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
Create a terraform file with the kubernetes_manifest resource to try to create a Kubevirt VirtualMachine
Expected Behavior
It would apply successfully
Actual Behavior
Terraform successfully deploys everything including the VM, however it complains about inconsistent results for the VM and marks the run as failed
Important Factoids
I know about the computed_fields option, I've spent hours trying to different fields, even up to saying basically everything is computed but it still fails. It seems maybe something is not being read from the CRD correctly
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
kubernetes_manifest
Terraform Configuration Files
Debug Output
https://gist.github.com/evilhamsterman/adc5de1328dda90e9da31bfae7c0ac04
Panic Output
Steps to Reproduce
kubernetes_manifest
resource to try to create a Kubevirt VirtualMachineExpected Behavior
It would apply successfully
Actual Behavior
Terraform successfully deploys everything including the VM, however it complains about inconsistent results for the VM and marks the run as failed
Important Factoids
I know about the computed_fields option, I've spent hours trying to different fields, even up to saying basically everything is computed but it still fails. It seems maybe something is not being read from the CRD correctly
References
Community Note
The text was updated successfully, but these errors were encountered: