Sha256: 31d1a1ec66c6f74cff81e07d7c0a199a5c755e05ca1b578d67a36c393bd9cfd6
Contents?: true
Size: 176 Bytes
Versions: 2
Compression:
Stored size: 176 Bytes
Contents
resource "random_pet" "this" { length = 2 } module "bucket" { source = "../../modules/example" bucket = "bucket-${random_pet.this.id}" tags = var.tags }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
terraspace_plugin_aws-0.6.1 | lib/templates/hcl/stack/main.tf |
terraspace_plugin_aws-0.6.0 | lib/templates/hcl/stack/main.tf |