-
-
Notifications
You must be signed in to change notification settings - Fork 839
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
ACL error on first terraform apply #174
Comments
A similar issue is surfacing for us. We are using the cdn module
(which is
the cdn module calls For now we are choosing to disable logging - we did not attempt a 2nd run to see if the issue went away |
|
This change #175 fixes this issue |
Did you resolve this? Landed on this page while researching the same question. Perhaps the documentation for aws_s3_bucket_logging could be updated if the example there isn't working... |
Found a bug? Maybe our Slack Community can help.
Describe the Bug
Requires 2 terraform apply to succeed creating S3 bucket.
First pass Errors with:
AccessControlListNotSupported: The bucket does not allow ACLs
Expected Behavior
Expect S3 bucket to be created successfully on first pass without ACL error
Steps to Reproduce
Steps to reproduce the behavior:
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Screenshots
If applicable, add screenshots or logs to help explain your problem.
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: