Use hungarian notation.

As per: https://cloud.google.com/apis/design/naming_convention#quantities
This commit is contained in:
Wiktor Niesiobędzki
2022-11-16 09:31:43 +01:00
parent de2bea16a4
commit 97c6a25b90
7 changed files with 31 additions and 31 deletions

View File

@@ -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"