Sha256: c592148b9e2cace158a3619d616910ffda1038e1f360c492a4290fd332095a90

Contents?: true

Size: 137 Bytes

Versions: 2

Compression:

Stored size: 137 Bytes

Contents

resource "aws_s3_bucket" "this" {
  bucket = var.bucket # If omitted, Terraform will assign a random, unique name.
  tags   = var.tags
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
terraspace_plugin_aws-0.6.1 lib/templates/hcl/module/main.tf
terraspace_plugin_aws-0.6.0 lib/templates/hcl/module/main.tf