Merge pull request #50287 from whytewolf/boto_vpc

minor correction to boto_vpc.route_table_present example
This commit is contained in:
Nicole Thomas 2018-10-29 14:24:12 -04:00 committed by GitHub
commit e00c507670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.