mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
ensure request to route53 includes trailing period to match IAM permissions set by template
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user