Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDevopsman authored Oct 16, 2024
1 parent 3726310 commit 77e5302
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,10 @@ variable "tls_enabled" {
description = "If TLS on the bucket should be enabled."
type = bool
default = true
}
}


variable "acl_enabled" {
description = "Either enable or disable acl on the bucket"
default = false
}

0 comments on commit 77e5302

Please sign in to comment.