2018-05-24 22:38:34 +02:00
|
|
|
---
|
|
|
|
# load balancer and target group names have to be less than 32 characters
|
|
|
|
# the 8 digit identifier at the end of resource_prefix helps determine during which test something
|
|
|
|
# was created and allows tests to be run in parallel
|
|
|
|
nlb_name: "my-nlb-{{ resource_prefix | regex_search('([0-9]+)$') }}"
|
|
|
|
tg_name: "my-tg-{{ resource_prefix | regex_search('([0-9]+)$') }}"
|
2019-12-19 23:06:16 +01:00
|
|
|
tg_tcpudp_name: "my-tg-tcpudp-{{ resource_prefix | regex_search('([0-9]+)$') }}"
|