We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PC 5.16.x
v0.12.1
Error: error: { "api_version": "3.1", "code": 404, "kind": "vm", "message_list": [ { "message": "vm : dc3b2bc8-3149-4370-a6b4-f2553db2b821 does not exist.", "reason": "ENTITY_NOT_FOUND" } ], "state": "ERROR" }
--->
If a VM is manually deleted from Prism Central, Terraform will detect this and create a new VM
Terraform throws entity not found error
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Nutanix Cluster Information
PC 5.16.x
Terraform Version
v0.12.1
Affected Resource(s)
Terraform Configuration Files
Debug Output
Error: error: {
"api_version": "3.1",
"code": 404,
"kind": "vm",
"message_list": [
{
"message": "vm : dc3b2bc8-3149-4370-a6b4-f2553db2b821 does not exist.",
"reason": "ENTITY_NOT_FOUND"
}
],
"state": "ERROR"
}
--->
Panic Output
Expected Behavior
If a VM is manually deleted from Prism Central, Terraform will detect this and create a new VM
Actual Behavior
Terraform throws entity not found error
Steps to Reproduce
Important Factors
References
The text was updated successfully, but these errors were encountered: