diff --git a/modules/aws/S3-Account/variables.tf b/modules/aws/S3-Account/variables.tf index 31432aa..fe5b39c 100644 --- a/modules/aws/S3-Account/variables.tf +++ b/modules/aws/S3-Account/variables.tf @@ -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"