Skip to content

Commit

Permalink
fix: disable billing tag bucket ACL (#236)
Browse files Browse the repository at this point in the history
Update the target bucket for the billing tag extract data to
disable its ACL.  This is recommended by AWS when a
bucket policy has been created to control access.
  • Loading branch information
patheard authored Mar 5, 2024
1 parent de58a2e commit f285b4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terragrunt/org_account/billing_extract_tags/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ import {
}

module "billing_extract_tags" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.2.4"
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.2.5"
bucket_name = "5bf89a78-1503-4e02-9621-3ac658f558fb"
acl = null

versioning = {
enabled = true
Expand Down

0 comments on commit f285b4b

Please sign in to comment.