lib/templates/hcl/stack/main.tf in terraspace_plugin_google-0.3.1 vs lib/templates/hcl/stack/main.tf in terraspace_plugin_google-0.3.2
- old
+ new
@@ -5,6 +5,7 @@
module "bucket" {
source = "../../modules/example"
name = "bucket-${random_pet.this.id}"
uniform_bucket_level_access = var.uniform_bucket_level_access
+ location = var.location
}