You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ packer build test.json
vultr: output will be in this color.
==> vultr: Running Vultr builder...
==> vultr: Creating temporary SSH key...
==> vultr: Creating Vultr instance...
==> vultr: &{ewr vc2-1c-1gb packer-1613155711 159 673f3943-c844-4e28-99f4-eef7d97a42b1 0 false false [] [9e01f1fe-1667-4166-b76d-69967fc23490] false false}
==> vultr: Error creating server: {"message":"please provide only one os_id, app_id, or snapshot_id","status":400}
==> vultr: Deleting temporary SSH key...
Build 'vultr' errored after 723 milliseconds 904 microseconds: Error creating server: {"message":"please provide only one os_id, app_id, or snapshot_id","status":400}
==> Wait completed after 723 milliseconds 989 microseconds
==> Some builds didn't complete successfully and had errors:
--> vultr: Error creating server: {"message":"please provide only one os_id, app_id, or snapshot_id","status":400}
==> Builds finished but no artifacts were created.
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to build an image using 'snapshot_id' with 'os_id', or building with only 'snapshot_id', the API returns:
'please provide only one os_id, app_id, or snapshot_id","status":400}'
I am unable to find a combination of configuration options to build from a snapshot. (Also same with problem with iso_id)
To Reproduce
Error
The text was updated successfully, but these errors were encountered: