-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
S3 Bucket not found #90
Comments
I ran into this also - I think there is some confusion about the parameter "origin_bucket". If you were like me, you were assuming you could define the name of a NEW bucket to contain your origin, using that parameter. However, the module wants to name a new bucket FOR you, dynamically, based on the values of namespace, stage, etc. If you specify "origin_bucket" it's looking for an EXISTING bucket that you might already have out there. Docs should be updated to clarify this. |
Yes, the This is interesting. It looks like if terraform-aws-cloudfront-s3-cdn/main.tf Lines 185 to 199 in 0818b34
I put in PR #142 to update the description of this variable and provided an example in the README to clarify the inputs. |
Describe the Bug
Ran using the example from repo and get the following error:
This is being ran on an organisation account in eu-west-1
Expected Behavior
Bucket to be created and cloudfront distro created
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: