Skip to content

Commit

Permalink
Try again with elb_target
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jul 1, 2021
1 parent 3566961 commit aa06107
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
ec2_ami_name: 'amzn2-ami-hvm-2.0.20190612-x86_64-gp2'

unique_id: "ansible-test-{{ resource_prefix | hash('md5') }}"
tg_name: "{{ unique_id | truncate(8, True, '') }}-tg"
tg_tcpudp_name: "{{ unique_id | truncate(8, True, '') }}-tgtcpudp"
unique_id: "ansible-test-{{ resource_prefix | hash('md5') | truncate(8, True, '') }}"
tg_name: "{{ unique_id }}-tg"
tg_tcpudp_name: "{{ unique_id }}-tgtcpudp"
lb_name: "{{ unique_id }}-lb"

healthy_state:
Expand Down

0 comments on commit aa06107

Please sign in to comment.