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
When installation_method = "network" is used, terraform apply will fail with
Error: jsonrpc2: code 10 message: invalid parameters: {"errors":[{"instancePath":"/installation/repository","schemaPath":"#/properties/installation/properties/repository/minLength","keyword":"minLength","params":{"limit":1},"message":"must NOT have fewer than 1 characters"}]}
This issue is fixed in v0.28.1. Thanks @ZeleniJure for reporting this and opening up a PR for the fix!
To provide some additional background on the issue, this was likely introduced around #231. That breakage was detected because there were terraform acceptance tests for most of the VM resource functionality. Unfortunately testing PXE booting is more difficult and addressing that is tracked in #156. This is something we should try to prioritize soon to ensure this doesn't break at a later time.
When
installation_method = "network"
is used, terraform apply will fail withXO then logs the following error:
XO version: 6056a
Terraform provider version: >=0.26.1
The text was updated successfully, but these errors were encountered: