-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
aws: Add support for Alias records into AWS Route 53 #1775
Conversation
Looks perfect! |
aws: Add support for Alias records into AWS Route 53
@c4milo I see your point, sorry for the troubles caused. I was actually thinking about this problem, but it's not just related to this resource, it's a global issue affecting many other resources as well. There is simply nothing like
could you be a bit more specific, please? |
@radeksimko I didn't mean it in a negative way, I should've used a different word instead of "waste". It just took me longer than normal to realize what was going on. So, there is nothing to be sorry about :) Regarding the documentation, I think it only needs to make more explicit that |
@radeksimko, yes, I tested that case and it complains about conflicting configuration options correctly. |
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. |
This closes #747
Documentation attached.
Alias records (as documented) can be currently used in conjunction with
zone_id
Test plan
Example
Related PR: #1366. I hope I covered all the edge cases and conflicts (e.g. TTL).