lib/templates/hcl/module/main.tf in terraspace_plugin_google-0.3.1 vs lib/templates/hcl/module/main.tf in terraspace_plugin_google-0.3.2
- old
+ new
@@ -1,4 +1,5 @@
resource "google_storage_bucket" "this" {
name = var.name
uniform_bucket_level_access = var.uniform_bucket_level_access
+ location = var.location
}
\ No newline at end of file