Sha256: 401660f3187d52445823f1af15200804165bd7af2ad0a0d9f752411708534277
Contents?: true
Size: 352 Bytes
Versions: 19
Compression:
Stored size: 352 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 "acl" { description = "(Optional) The canned ACL to apply. Defaults to 'private'." type = string default = "private" }
Version data entries
19 entries across 19 versions & 1 rubygems