lib/templates/hcl/module/variables.tf in terraspace_plugin_google-0.3.1 vs lib/templates/hcl/module/variables.tf in terraspace_plugin_google-0.3.2

- old
+ new

@@ -6,5 +6,11 @@ variable "uniform_bucket_level_access" { description = "uniform_bucket_level_access" type = bool default = false } + +variable "location" { + description = "location" + type = string + default = "US" +}