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
Bug
It seems that power_state = "OFF" trigger this error during terraform plan -out plan:
Error: "power_state": this field cannot be set
on foo.tf line 28, in resource "nutanix_virtual_machine" "foo_vm":
28: resource "nutanix_virtual_machine" "foo_vm" {
Expected behavior
As I understand the provider reference, it should spawn vm in OFF/ON state.
Versions
I'm running a suse 15 sp1 with terraform 0.12.20. The nutanix provider comes from terraform init, it is v1.0.2_x4.
Beside power_state, I have no problem to create vms though.
The text was updated successfully, but these errors were encountered:
Bug
It seems that
power_state = "OFF"
trigger this error duringterraform plan -out plan:
Expected behavior
As I understand the provider reference, it should spawn vm in OFF/ON state.
Versions
I'm running a suse 15 sp1 with terraform 0.12.20. The nutanix provider comes from terraform init, it is v1.0.2_x4.
Beside power_state, I have no problem to create vms though.
The text was updated successfully, but these errors were encountered: