Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: S3 - Add dependency on aws_s3_bucket_public_access_block to reduce flakiness on provision #1704

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

FelisiaM
Copy link
Member

We have seen issues with the S3 provioning failing at timesbeccasue of bucket ACL issues. There are a few aticles refering to changes to the AWS provider that point out that the s3_bucket_public_access_block should be the first one to be created.

See links: 1 and 2

#187284776

Checklist:

  • Have you added Release Notes in the docs repositories?
  • Have you ran make run-integration-tests and make run-terraform-tests?
  • Have you ran acceptance tests for the service under change?
  • Have you followed the Conventional Commits specification?

…ce flakiness on provision

We have seen issues with the S3 provioning failing at timesbeccasue of bucket ACL issues. There are a few aticles refering to changes to the AWS provider that point out that the `s3_bucket_public_access_block` should be the first one to be created. 

See links: [1](hashicorp/terraform-provider-aws#30951 (comment)) and [2](https://stackoverflow.com/questions/76419099/access-denied-when-creating-s3-bucket-acl-s3-policy-using-terraform)

[#187284776](https://www.pivotaltracker.com/story/show/187284776)
@FelisiaM FelisiaM merged commit 6d89e68 into main Mar 27, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

2 participants