ansible/test/integration/targets/rds_subnet_group/defaults/main.yml
Mark Chappell 4d72b69035 rds_subnet_group : Sanity Check fixes (docs) and Integration tests (#63214)
* rds_subnet_group: Fixup sanity test issues

* rds_subnet_group: Add integration tests

* rds_subnet_group: Add testing policy
2019-10-23 08:27:07 -04:00

8 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'