-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
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
'invalid memory address or nil pointer dereference' while getting a VM. #168
Comments
Hi, Would it be possible to execute the plan with following command and share the tf.log file? Please make sure the logs do not contain sensitive information. |
Sure. |
Thanks @BiGOUDx for sharing the log.
I created a PR #169 that fixes this issue. Was able to reproduce and fix in my lab environment. Kind regards |
Correct. I changed the boot order and everything is fine now. Thanks for your help and the future fix. |
Fix issue #168, unchecked nil assignment
Fix issue nutanix#168, unchecked nil assignment
Nutanix Cluster Information
Terraform Version
Terraform v0.13.3
provider registry.terraform.io/terraform-providers/nutanix v1.1.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
https://gist.github.com/BiGOUDx/1a5b502c26bfeb6cd04bc31948b6a2b3
Expected Behavior
Get information from my template VM.
Actual Behavior
Terraform crashes. A lot of errors appear.
Steps to Reproduce
terraform plan
Important Factors
I tried:
It's working with some VM (other ID). Some don't work.
I cannot understand the common factor.
The text was updated successfully, but these errors were encountered: