-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
feat!: Bump AWS provider version to 5.82, added VPC Origin support #153
feat!: Bump AWS provider version to 5.82, added VPC Origin support #153
Conversation
Thanks, @destornillador, for this contribution! |
This PR is included in version 4.0.0 🎉 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Added support for VPC origin.
New:
Update:
Motivation and Context
Closes #152
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull requestA stripped-down version of
examples/complete
was used where the VPC origin is created both by the module and by passing an externalvpc_origin_id
. In both cases, a private EC2 instance with NGINX installed was used as the origin and successfully accessed through the CloudFront distribution.