:chore: added api key to specify the API connection

This commit is contained in:
PacoDw 2020-08-17 10:07:13 -05:00 committed by Marin Salinas
parent 823b957a1f
commit 4431bb87b2
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}]
}
`