lib/templates/hcl/stack/main.tf in terraspace_plugin_google-0.2.0 vs lib/templates/hcl/stack/main.tf in terraspace_plugin_google-0.2.1

- old
+ new

@@ -3,8 +3,8 @@ } module "bucket" { source = "../../modules/example" - name = "bucket-${random_pet.this.id}" - bucket_policy_only = var.bucket_policy_only + name = "bucket-${random_pet.this.id}" + uniform_bucket_level_access = var.uniform_bucket_level_access }