Sha256: 469ed63cd0df086891046d755da4f40b0d4120cf34a6b541d595ef01ef06340c

Contents?: true

Size: 342 Bytes

Versions: 21

Compression:

Stored size: 342 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 = "The canned ACL to apply. Defaults to 'private'."
  type        = string
  default     = "private"
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
terraspace_plugin_aws-0.0.0 lib/templates/hcl/stack/variables.tf