lib/templates/ruby/module/variables.rb in terraspace_plugin_aws-0.5.1 vs lib/templates/ruby/module/variables.rb in terraspace_plugin_aws-0.6.0

- old
+ new

@@ -1,9 +1,10 @@ variable("bucket", description: "The name of the bucket. If omitted, Terraform will assign a random, unique name.", # IE: terraform-2020052606510241590000000 default: nil, ) -variable("acl", - description: "(Optional) The canned ACL to apply. Defaults to 'private'.", - default: "private", +variable("tags", + description: "(Optional) A mapping of tags to assign to the bucket.", + type: "map(string)", + default: {}, )