Sha256: 59049051aafc8d5fd67a28150d65797d961303597314a3582a268ca6e8126fe0
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
variable "bucket" { description = "The name of the bucket. If omitted, Terraform will assign a random, unique name." # IE: terraform-2020052606510241590000000 type = string default = null } variable "tags" { description = "(Optional) A mapping of tags to assign to the bucket." type = map(string) default = {} }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
terraspace_plugin_aws-0.6.1 | lib/templates/hcl/module/variables.tf |
terraspace_plugin_aws-0.6.0 | lib/templates/hcl/module/variables.tf |