lib/templates/ruby/stack/variables.rb in terraspace_plugin_aws-0.5.1 vs lib/templates/ruby/stack/variables.rb in terraspace_plugin_aws-0.6.0
- old
+ new
@@ -1,5 +1,5 @@
-variable("acl",
- description: "The canned ACL to apply. Defaults to 'private'.",
- type: "string",
- default: "private",
+variable("tags",
+ description: "(Optional) A mapping of tags to assign to the bucket.",
+ type: "map(string)",
+ default: {},
)