diff --git a/common/variables.s3.tf b/common/variables.s3.tf index 95ad6f6..5bd296b 100644 --- a/common/variables.s3.tf +++ b/common/variables.s3.tf @@ -109,7 +109,7 @@ variable "object_lock_enabled" { default = false } -variable "bucket_policy_disable" { +variable "bucket_policy_disabled" { description = "Flag to enable or disable the default bucket policy. This is used for where we need to create the bucket policy outside of the module to prevent cyclical setup" type = bool default = false