-
-
Notifications
You must be signed in to change notification settings - Fork 80
feat(awstf): add custom domains for terraform APIs #785
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
Conversation
requires a rebase @HomelessDinosaur |
8d9ece0
to
a8c86aa
Compare
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.
This does not seem to support root domains, not sure if pulumi version does either. Sub domains work great.
Example:
apis:
# The nitric name of the API to configure
main:
# Array of domains to apply to the API
# The domain or parent domain must have a hosted zone already in Route53
domains:
- testmydomain.com
turns into testmydomain.testmydomain.com
whereas it should just work.
a111ec1
to
1030a8e
Compare
1030a8e
to
c0954f9
Compare
🎉 This PR is included in version 1.26.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.