mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #50287 from whytewolf/boto_vpc
minor correction to boto_vpc.route_table_present example
This commit is contained in:
commit
e00c507670
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user