Skip to content

Commit

Permalink
adding ownership tag
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeady committed Dec 12, 2023
1 parent 5c3e183 commit 0d5cd47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module "terraform_state_bucket_logs" {
default_allow = false
s3_log_bucket_retention = var.log_retention
versioning_status = var.log_bucket_versioning
object_ownership = "ObjectWriter"

tags = var.log_bucket_tags
}
Expand Down

0 comments on commit 0d5cd47

Please sign in to comment.