Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 6, 2022
1 parent b1018f3 commit 0e4586e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/variables.s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e4586e

Please sign in to comment.