Sha256: f8a2d68000e99a295cfadb0ee6e39f4544b628819ee1e5bff84c7515f61bbaf2

Contents?: true

Size: 323 Bytes

Versions: 2

Compression:

Stored size: 323 Bytes

Contents

variable("bucket",
  description: "The name of the bucket. If omitted, Terraform will assign a random, unique name.", # IE: terraform-2020052606510241590000000
  default:     nil,
)

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/ruby/module/variables.rb
terraspace_plugin_aws-0.6.0 lib/templates/ruby/module/variables.rb