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
Documentation describes, that by setting "health state" to "warning" by creating a new PowerVS instance, the creation process would complete successfully after the instance becomes state "warning". This would reduce deployment time of large instances from 1 hour to 15-20 minutes.
Documentation describes, that by setting "health state" to "warning" by creating a new PowerVS instance, the creation process would complete successfully after the instance becomes state "warning". This would reduce deployment time of large instances from 1 hour to 15-20 minutes.
At the moment it is not working.
Documentation:
https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/pi_instance
Terraform CLI and Terraform IBM Provider Version
Terraform v1.0.11
Provider 1.36.0
Affected Resource(s)
ibm_pi_instance
Terraform Configuration Files
Expected Behavior
Instance creation completes after the remote instance becomes health state 'warning'
Actual Behavior
Instance creation is running for 2 hours and ends with an error.
Additional
Discussed internally. Probably change to:
if *pvm.Status == helpers.PIInstanceAvailable && (pvm.Health.Status == allowableStatus || pvm.Health.Status == "OK") {
in
isPIInstanceRefreshFunc
would help.The text was updated successfully, but these errors were encountered: