858f0fc000
* New module - elb_network_lb * Fix creating a load balancer without tags * Linter Fix purging tags Remove extra imports * add support for cross zone lb, doc update and fix tagging * pep8 fixes * Add integration tests for elb_network_lb module * more pep8 * Remove non-applicable option for NLBs * fix target protocol * pep8
6 lines
366 B
YAML
6 lines
366 B
YAML
---
|
|
# 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]+)$') }}"
|