Sha256: 44ccee61bc607696a168d4c1fc5f7a6530cb7bbbb85dd2018ee962a742e0c726

Contents?: true

Size: 193 Bytes

Versions: 8

Compression:

Stored size: 193 Bytes

Contents

resource "google_storage_bucket" "this" {
  name                        = var.name
  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/module/main.tf
terraspace_plugin_google-0.4.2 lib/templates/hcl/module/main.tf
terraspace_plugin_google-0.4.1 lib/templates/hcl/module/main.tf
terraspace_plugin_google-0.4.0 lib/templates/hcl/module/main.tf
terraspace_plugin_google-0.3.5 lib/templates/hcl/module/main.tf
terraspace_plugin_google-0.3.4 lib/templates/hcl/module/main.tf
terraspace_plugin_google-0.3.3 lib/templates/hcl/module/main.tf
terraspace_plugin_google-0.3.2 lib/templates/hcl/module/main.tf