You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/rds_subnet_group/defaults/main.yml

9 lines
484 B
YAML

vpc_cidr: '10.{{ 256 | random(seed=resource_prefix) }}.0.0/16'
subnet_a: '10.{{ 256 | random(seed=resource_prefix) }}.10.0/24'
subnet_b: '10.{{ 256 | random(seed=resource_prefix) }}.11.0/24'
subnet_c: '10.{{ 256 | random(seed=resource_prefix) }}.12.0/24'
subnet_d: '10.{{ 256 | random(seed=resource_prefix) }}.13.0/24'
group_description: 'Created by integration test : {{ resource_prefix }}'
group_description_changed: 'Created by integration test : {{ resource_prefix }} - changed'