From 77e5302fb9b683fa143f795f676306fdc3434a4f Mon Sep 17 00:00:00 2001 From: MrDevOpsMan Date: Wed, 16 Oct 2024 14:12:28 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +}