Sha256: cd63f07b0213852edcbe831be7159f5157bf7ee7bebce670b56aab826573f780

Contents?: true

Size: 313 Bytes

Versions: 8

Compression:

Stored size: 313 Bytes

Contents

variable "name" {
  description = "bucket name (required)"
  type        = string
}

variable "uniform_bucket_level_access" {
  description = "uniform_bucket_level_access"
  type        = bool
  default     = false
}

variable "location" {
  description = "location"
  type        = string
  default     = "US"
}

Version data entries

8 entries across 8 versions & 1 rubygems

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