ensure request to route53 includes trailing period to match IAM permissions set by template

This commit is contained in:
Lee Goolsbee
2024-04-01 12:31:30 -05:00
parent d580178bf7
commit 45c3411ca6

View File

@@ -23,7 +23,7 @@
amazon.aws.route53: amazon.aws.route53:
command: create command: create
zone: "{{ atl_hostedzone }}" zone: "{{ atl_hostedzone }}"
record: "{{ mesh_node_name }}.{{ atl_aws_stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}" record: "{{ mesh_node_name }}.{{ atl_aws_stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}."
type: A type: A
ttl: 300 ttl: 300
value: "{{ ansible_default_ipv4.address }}" value: "{{ ansible_default_ipv4.address }}"