add note to ec2_vpc_route_table that purge_subnets option is contingent subnets option (#31749)
This commit is contained in:
parent
1b71fb0499
commit
1e85facf36
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ options:
|
||||||
purge_subnets:
|
purge_subnets:
|
||||||
version_added: "2.3"
|
version_added: "2.3"
|
||||||
description:
|
description:
|
||||||
- "Purge existing subnets that are not found in subnets."
|
- "Purge existing subnets that are not found in subnets. Ignored unless the subnets option is supplied."
|
||||||
required: false
|
required: false
|
||||||
default: 'true'
|
default: 'true'
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Reference in a new issue