mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
builder/hyperone: Update schema for cli config
This commit is contained in:
parent
3b091e6046
commit
a97ff7ce8b
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ type cliConfig struct {
|
|||
Profile struct {
|
||||
APIKey string `json:"apiKey"`
|
||||
Project struct {
|
||||
ID string `json:"_id"`
|
||||
ID string `json:"id"`
|
||||
} `json:"project"`
|
||||
} `json:"profile"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue