diff --git a/variables.tf b/variables.tf index 2d5459f..f90916f 100644 --- a/variables.tf +++ b/variables.tf @@ -100,4 +100,10 @@ variable "tls_enabled" { description = "If TLS on the bucket should be enabled." type = bool default = true -} \ No newline at end of file +} + + +variable "acl_enabled" { + description = "Either enable or disable acl on the bucket" + default = false +}