lib/templates/ruby/stack/variables.rb in terraspace_plugin_google-0.4.2 vs lib/templates/ruby/stack/variables.rb in terraspace_plugin_google-0.5.0
- old
+ new
@@ -1,5 +1,11 @@
variable("uniform_bucket_level_access",
description: "uniform_bucket_level_access",
type: "bool",
default: false,
)
+
+variable("location",
+ description: "location",
+ type: "string",
+ default: "US",
+)