-
Notifications
You must be signed in to change notification settings - Fork 452
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
Terraform panic: runtime error: index out of range #56
Comments
Looks like this issue was open in October 2016. Will this issue be address? Is there a workaround? |
Hello! Looking at the crash logs, and judging from the nature of the issue, I think this should be fixed now that #129 has been merged. If there is anyone watching this issue that has the capabilities to build a custom provider binary can give it a go, that'd be great. If course, if this does not fix this issue specifically, please open a new issue and reference this one. Thanks again and sorry for the delays! |
Hi guys, panic: runtime error: index out of range
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!! Terraform crashed! This is always indicative of a bug within Terraform. When reporting bugs, please include your terraform version. That !!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!! [root@localhost terraform]# terraform11.2 --version
|
This issue was originally opened by @Dinomoe as hashicorp/terraform#9495. It was migrated here as part of the provider split. The original body of the issue is below.
Hello Newb Here,
When running a terraform plan I receive a !!! TERRAFORM CRASH !!!
Troubleshooting:
Original version Terraform v0.7.3
Upgraded to Terraform v0.7.7
Deploying to vSphere Resources
vsphere_virtual_machine.mi-edge-nodes
vsphere_virtual_machine.mi-control-nodes
vsphere_virtual_machine.mi-worker-nodes
vsphere_virtual_machine.mi-kubeworker-nodes
Terraform Configuration Files
vsphere.tf
https://gist.github.com/Dinomoe/73c7d70abb6127e81f773aa47c17a916
main.tf
https://gist.github.com/Dinomoe/16916ec517d67913a682e3d1124e7a2d
Debug Output
https://gist.github.com/Dinomoe/0d793c170525917eb6c8df8d5137e0ce
Panic Output
https://gist.github.com/Dinomoe/118221eb94fe3bb4180015e418772240
terraform.tfstate Output
https://gist.github.com/Dinomoe/b345aca90047c68805496263a019c166
Expected Behavior
What should have happened? Terraform Plan output expected.
Actual Behavior
What actually happened? Terraform Crash
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
The text was updated successfully, but these errors were encountered: