-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Ability to support multiple hostnames and DNS zones #136
Comments
We are having the same need, would be great to genera an ACM certificate with multiple domains so we don't have to create multiple CloudFront distributions. |
This issue has been automatically marked as stale because it has been open 30 days |
I have the same issue |
This issue has been automatically marked as stale because it has been open 30 days |
Issue still perists |
This issue has been automatically marked as stale because it has been open 30 days |
Issue still perists |
This issue has been automatically marked as stale because it has been open 30 days |
Issue still perists |
#137 (review) - my review is still relevant and someone can take it further and work on improvements. |
Hi @amontalban, do you intend to resume #137? Otherwise I think I could make requested changes. |
This issue has been automatically marked as stale because it has been open 30 days |
Issue still perists, I don't know the code in here at all, so I am not sure, it makes sense for me to work on this, but @amontalban maybe you could create a new PR based on #137? |
This issue has been automatically marked as stale because it has been open 30 days |
Issue still persists, waiting for #149 |
This issue has been automatically marked as stale because it has been open 30 days |
Issue still persists, waiting for #149 |
This issue has been automatically marked as stale because it has been open 30 days |
Issue still persists, waiting for #149 |
This issue has been automatically marked as stale because it has been open 30 days |
Issue still persists, waiting for #149 |
This issue has been automatically marked as stale because it has been open 30 days |
Issue still persists, waiting for #149 |
@phuhl it's your turn to check it out and open an issue if you see something wrong. I'm sorry it took so long to get this one reviewed and merged. |
Thank you for putting the work in :) |
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
Is your request related to a problem? Please describe.
I cannot select more
zone_id
when I want to support more than one DNS name with totally different hostnames. In order to create CloudFront distribution that uses 2 totally different domains at the same time (example:example.com
andexample.co
) and I need to use a single SSL certificate that whitelists 2 different hostnames. In such cases, each domain has to have a separate DNS zone.Describe the solution you'd like.
Ability to enter domains and zones together via a single variable, so you can easily distinguish when you need to create DNS records in separate DNS zones.
Describe alternatives you've considered.
N/A
Additional context
The text was updated successfully, but these errors were encountered: