Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Serialise origin bucket modifications
You can't modify an S3 bucket's policy & public access block at the same time, AWS API will complain: OperationAborted: A conflicting conditional operation is currently in progress against this resource Serialise operations to the origin bucket so we don't run into this error. The suggested fix is from hashicorp/terraform-provider-aws#7628
- Loading branch information