add note to ec2_vpc_route_table that purge_subnets option is contingent subnets option (#31749)

This commit is contained in:
John Kerkstra 2017-10-16 12:35:59 -05:00 committed by Sloane Hertel
parent 1b71fb0499
commit 1e85facf36

View file

@ -51,7 +51,7 @@ options:
purge_subnets:
version_added: "2.3"
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
default: 'true'
aliases: []