mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue