Hi,
When I add an ALIAS record in route53 through the ansible module a . is appended to the end of the value which is wrong.
For example:
mydomain.com. A ALIAS dualstack.mydomain.com.
The dot at the end of ‘dualstack.mydomain.com’ should not be there, if it is there the record will not resolve.
I’ve verified in debug mode that the value I’m passing in does not contain the dot.
Regards,
Nico.