Skip to content

Commit

Permalink
Merge pull request #10 from tamu-edu/bugfix/rename-s3-buckets-for-no-…
Browse files Browse the repository at this point in the history
…migration-conflict

Attempt to mitigate bucket ACL ownership race condition
  • Loading branch information
bdd4329 authored Feb 26, 2024
2 parents 55f056a + d6eb2ef commit 10a8af1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,9 @@ resource "aws_cloudfront_distribution" "site" {
}

depends_on = [
aws_acm_certificate_validation.cert
aws_acm_certificate_validation.cert,
aws_s3_bucket_ownership_controls.bucket,
aws_s3_bucket_ownership_controls.bucket_logging
]
}

Expand Down

0 comments on commit 10a8af1

Please sign in to comment.