Skip to content

Commit

Permalink
Add variables related to bucket ownership controls
Browse files Browse the repository at this point in the history
  • Loading branch information
ruwinrmrrr committed Oct 4, 2024
1 parent 5290915 commit 67cf250
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/aws/S3-Account/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ variable "acl" {
type = string
description = "ACL to be applied to the bucket"
}
variable "object_ownership" {
type = string
description = "Bucket ownership controls"
default = "BucketOwnerPreferred"
}
variable "block_public_acls" {
type = bool
description = "Block public access to the bucket"
Expand Down

0 comments on commit 67cf250

Please sign in to comment.