mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #29476 from tbaker57/boto_vpc_docfix
Doc fix - route_table_present needs subnet_names (not subnets) as a key
This commit is contained in:
commit
cb465927d6
1 changed files with 3 additions and 3 deletions
|
@ -71,9 +71,9 @@ config:
|
|||
- destination_cidr_block: 0.0.0.0/0
|
||||
instance_id: i-123456
|
||||
interface_id: eni-123456
|
||||
- subnets:
|
||||
- name: subnet1
|
||||
- name: subnet2
|
||||
- subnet_names:
|
||||
- subnet1
|
||||
- subnet2
|
||||
- region: us-east-1
|
||||
- keyid: GKTADJGHEIQSXMKKRBJ08H
|
||||
- key: askdjghsdfjkghWupUjasdflkdfklgjsdfjajkghs
|
||||
|
|
Loading…
Add table
Reference in a new issue