From 0e4586eb25a4393af30d57a4948a1842a7fd4f90 Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 6 Oct 2022 08:22:21 -0400 Subject: [PATCH] fix --- common/variables.s3.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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