:chore: added api key to specify the API connection
This commit is contained in:
parent
823b957a1f
commit
4431bb87b2
|
@ -47,7 +47,8 @@ const testBuilderAccBasic = `
|
|||
"vm_type": "t2.micro",
|
||||
"source_omi": "ami-abe953fa",
|
||||
"ssh_username": "outscale",
|
||||
"omi_name": "packer-test {{timestamp}}"
|
||||
"omi_name": "packer-test {{timestamp}}",
|
||||
"api":"osc"
|
||||
}]
|
||||
}
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue