lib/templates/hcl/module/variables.tf in terraspace_plugin_google-0.2.0 vs lib/templates/hcl/module/variables.tf in terraspace_plugin_google-0.2.1
- old
+ new
@@ -1,10 +1,10 @@
variable "name" {
description = "bucket name (required)"
type = string
}
-variable "bucket_policy_only" {
- description = "bucket_policy_only"
+variable "uniform_bucket_level_access" {
+ description = "uniform_bucket_level_access"
type = bool
default = false
}