lib/templates/ruby/module/variables.rb in terraspace_plugin_google-0.4.2 vs lib/templates/ruby/module/variables.rb in terraspace_plugin_google-0.5.0
- 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",
+)