mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix - don't specify 'name' key inside the list - just the subnet names
This commit is contained in:
parent
5cab4b775a
commit
36946640b8
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ config:
|
|||
instance_id: i-123456
|
||||
interface_id: eni-123456
|
||||
- subnet_names:
|
||||
- name: subnet1
|
||||
- name: subnet2
|
||||
- subnet1
|
||||
- subnet2
|
||||
- region: us-east-1
|
||||
- keyid: GKTADJGHEIQSXMKKRBJ08H
|
||||
- key: askdjghsdfjkghWupUjasdflkdfklgjsdfjajkghs
|
||||
|
|
Loading…
Add table
Reference in a new issue