-
Notifications
You must be signed in to change notification settings - Fork 403
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
Fix route53 idempotency issues #525
Conversation
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 code change itself looks good. We just need to get some tests in place.
The CAA order problem cannot be tested with the module - resp. only parts of it can be tested, and that test is already there (and the module satisfied that test). To fully test this, one needs to create CAA records in a different order than the module would create them. Since the module always sorts the CAA values, that's not possible with the module. |
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.
Thanks for following up on this @felixfontein
@tremble thanks for reviewing and merging! |
* Fix name comparison: AWS uses octal encoding for characters like '@' and '*'. * Fix CAA record ordering. * Add changelog fragment. * Add wildcard record test.
* Fix name comparison: AWS uses octal encoding for characters like '@' and '*'. * Fix CAA record ordering. * Add changelog fragment. * Add wildcard record test.
* Fix name comparison: AWS uses octal encoding for characters like '@' and '*'. * Fix CAA record ordering. * Add changelog fragment. * Add wildcard record test.
…ions#525) ec2_vpc_endpoint use module_utils helper for tagging SUMMARY ec2_vpc_endpoint use module_utils helper for tag management ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_vpc_endpoint Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
* Fix name comparison: AWS uses octal encoding for characters like '@' and '*'. * Fix CAA record ordering. * Add changelog fragment. * Add wildcard record test. This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@351ba4a
SUMMARY
Fixes #524.
ISSUE TYPE
COMPONENT NAME
route53