diff --git a/builder/hyperone/config.go b/builder/hyperone/config.go index dfd3acf35..6c5d5eefb 100644 --- a/builder/hyperone/config.go +++ b/builder/hyperone/config.go @@ -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"` }