mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ec2_vpc_route_table doc fix: 'subnets' isn't required (#26656)
This commit is contained in:
parent
0b6f0e6c0d
commit
a2d4e083f1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ options:
|
||||||
subnets:
|
subnets:
|
||||||
description:
|
description:
|
||||||
- "An array of subnets to add to this route table. Subnets may be specified by either subnet ID, Name tag, or by a CIDR such as '10.0.0.0/24'."
|
- "An array of subnets to add to this route table. Subnets may be specified by either subnet ID, Name tag, or by a CIDR such as '10.0.0.0/24'."
|
||||||
required: true
|
required: false
|
||||||
tags:
|
tags:
|
||||||
description:
|
description:
|
||||||
- "A dictionary of resource tags of the form: { tag1: value1, tag2: value2 }. Tags are
|
- "A dictionary of resource tags of the form: { tag1: value1, tag2: value2 }. Tags are
|
||||||
|
|
Loading…
Reference in a new issue