Sha256: 2bbc39922770d5fde645200a8fff55d798301d6254cb42fd310f1ba20a4acd2b

Contents?: true

Size: 275 Bytes

Versions: 8

Compression:

Stored size: 275 Bytes

Contents

resource "random_pet" "this" {
  length = 2
}

module "bucket" {
  source = "../../modules/example"

  name                        = "bucket-${random_pet.this.id}"
  uniform_bucket_level_access = var.uniform_bucket_level_access
  location                    = var.location
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
terraspace_plugin_google-0.5.0 lib/templates/hcl/stack/main.tf
terraspace_plugin_google-0.4.2 lib/templates/hcl/stack/main.tf
terraspace_plugin_google-0.4.1 lib/templates/hcl/stack/main.tf
terraspace_plugin_google-0.4.0 lib/templates/hcl/stack/main.tf
terraspace_plugin_google-0.3.5 lib/templates/hcl/stack/main.tf
terraspace_plugin_google-0.3.4 lib/templates/hcl/stack/main.tf
terraspace_plugin_google-0.3.3 lib/templates/hcl/stack/main.tf
terraspace_plugin_google-0.3.2 lib/templates/hcl/stack/main.tf