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
If I build a new VM with Terraform 0.12.24 (latest), no matter if with the provider in version 1.0.2 or upstream, I can't do any further provisioning on the same VM afterwards. The purpose of Terraform will then cease to exist.
I get the following error message:
Error: error: { "api_version": "3.1", "code": 400, "kind": "vm", "message_list": [ { "message": "Request could not be processed.", "reason": "INVALID_REQUEST" } ], "state": "ERROR" }
That's all I get about this error.
Why do I get such an error message? Is the PC version too new or are there other dependencies?
The text was updated successfully, but these errors were encountered:
If I build a new VM with Terraform 0.12.24 (latest), no matter if with the provider in version 1.0.2 or upstream, I can't do any further provisioning on the same VM afterwards. The purpose of Terraform will then cease to exist.
I get the following error message:
Error: error: { "api_version": "3.1", "code": 400, "kind": "vm", "message_list": [ { "message": "Request could not be processed.", "reason": "INVALID_REQUEST" } ], "state": "ERROR" }
That's all I get about this error.
Why do I get such an error message? Is the PC version too new or are there other dependencies?
The text was updated successfully, but these errors were encountered: