Use hungarian notation.
As per: https://cloud.google.com/apis/design/naming_convention#quantities
This commit is contained in:
@@ -70,8 +70,8 @@ module "functions" {
|
||||
region = each.value
|
||||
ingress_settings = "ALLOW_ALL"
|
||||
bucket_config = {
|
||||
location = null
|
||||
lifecycle_delete_age = 1
|
||||
location = null
|
||||
lifecycle_delete_age_days = 1
|
||||
}
|
||||
bundle_config = {
|
||||
source_dir = "${path.module}/function"
|
||||
|
||||
Reference in New Issue
Block a user