1
0
Fork 0
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:
Hagai Kariti 2017-07-12 03:39:11 +03:00 committed by Will Thames
parent 0b6f0e6c0d
commit a2d4e083f1

View file

@ -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