-
Notifications
You must be signed in to change notification settings - Fork 0
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!: dbtp 928 add cdn endpoint module #141
Conversation
Title should start Pull request description should include Upgrade Path, for easy copying into the release notes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partial pass. Mostly comments on the documentation.
There's a lot to grok in the actual Terraform, but the tests feel kind of light by comparison.
Co-authored-by: Will Gibson <[email protected]> Co-authored-by: Gabe Naughton <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The terraform looks fine. Do we need some documentation?
I updated the readme and updated the platform docs |
…orm-modules into DBTP-928-add-cdn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the bits I can meaningfully grok, mostly the documentation stuff, I'm adding my approval to @lgarvey's for the Terraform parts.
This change introduces a new module called CDN, this will enable the deployment of a CloudFront endpoint.
There are breaking changes in extensions.yml to facilitate this change.
Upgrade path: in extensions.yml update type: alb "cdn_domains_list" variable to include applications internal prefix. See README.md/CDN for example.