minor correction to boto_vpc.route_table_present example, subnet_names was on wrong indent level

This commit is contained in:
Thomas "Whytewolf" Phipps 2018-10-29 11:15:57 -07:00
parent 37ae06cefb
commit 5a396441a3
No known key found for this signature in database
GPG key ID: 614749FA9D06F57A

View file

@ -906,9 +906,9 @@ def route_table_present(name, vpc_name=None, vpc_id=None, routes=None,
interface_id: eni-123456
- destination_cidr_block: 10.10.13.0/24
instance_name: mygatewayserver
- subnet_names:
- subnet1
- subnet2
- subnet_names:
- subnet1
- subnet2
name
Name of the route table.