mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
minor correction to boto_vpc.route_table_present example, subnet_names was on wrong indent level
This commit is contained in:
parent
37ae06cefb
commit
5a396441a3
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