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
Please list the affected resources and data sources.
with nutanix_foundation_central_image_cluster.img2,
│ on main.tf line 23, in resource "nutanix_foundation_central_image_cluster" "img2":
│ 23: resource "nutanix_foundation_central_image_cluster" "img2"{
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.eChange call. The plugin logs may contain more details.
Panic Output
╷
│ Error: Plugin did not respond
│
│ with nutanix_foundation_central_image_cluster.img2,
│ on main.tf line 23, in resource "nutanix_foundation_central_image_cluster" "img2":
│ 23: resource "nutanix_foundation_central_image_cluster" "img2"{
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.eChange call. The plugin logs may contain more details.
╵
Stack trace from the terraform-provider-nutanix_v1.9.5.exe plugin:
goroutine 100 [running]:
github.com/terraform-providers/terraform-provider-nutanix/nutanix.foundationCentralPollingNode.func1()
github.com/terraform-providers/terraform-provider-nutanix/nutanix/resource_nutanix_foundation_central_image_nodes.go:954 +0xc0
github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource.(*StateChangeConf).WaitForStateContext.func1()
github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/resource/state.go:110 +0x21f
created by github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource.(*StateChangeConf).WaitForStateContext
github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/resource/state.go:83 +0x1dd
Error: The terraform-provider-nutanix_v1.9.5.exe plugin crashed!
Expected Behavior
Created the cluster within foundation central with the manual attributes, on a cisco m6 standalone server Actual Behavior
nothing was created or started the process of imaging Steps to Reproduce
terraform apply Important Factors
We are using cisco m6 standalone servers that we are trying to fully automate the foundation central process via terraform like our previous ESXI HX Cluster deployments through intersight.
using a tfvars folder for the linked variables within the same folder structure
example:
--->
similar issue verified i am using the correct version.
(#689)
The text was updated successfully, but these errors were encountered:
Nutanix Cluster Information
Terraform Version
Terraform v1.10.3
on windows_amd64
Please list the affected resources and data sources.
with nutanix_foundation_central_image_cluster.img2,
│ on main.tf line 23, in resource "nutanix_foundation_central_image_cluster" "img2":
│ 23: resource "nutanix_foundation_central_image_cluster" "img2"{
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.eChange call. The plugin logs may contain more details.
Terraform Configuration Files
Debug Output
Panic Output
╷
│ Error: Plugin did not respond
│
│ with nutanix_foundation_central_image_cluster.img2,
│ on main.tf line 23, in resource "nutanix_foundation_central_image_cluster" "img2":
│ 23: resource "nutanix_foundation_central_image_cluster" "img2"{
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.eChange call. The plugin logs may contain more details.
╵
Stack trace from the terraform-provider-nutanix_v1.9.5.exe plugin:
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x8 pc=0x134fa00]
goroutine 100 [running]:
github.com/terraform-providers/terraform-provider-nutanix/nutanix.foundationCentralPollingNode.func1()
github.com/terraform-providers/terraform-provider-nutanix/nutanix/resource_nutanix_foundation_central_image_nodes.go:954 +0xc0
github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource.(*StateChangeConf).WaitForStateContext.func1()
github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/resource/state.go:110 +0x21f
created by github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource.(*StateChangeConf).WaitForStateContext
github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/resource/state.go:83 +0x1dd
Error: The terraform-provider-nutanix_v1.9.5.exe plugin crashed!
Expected Behavior
Created the cluster within foundation central with the manual attributes, on a cisco m6 standalone server
Actual Behavior
nothing was created or started the process of imaging
Steps to Reproduce
terraform apply
Important Factors
We are using cisco m6 standalone servers that we are trying to fully automate the foundation central process via terraform like our previous ESXI HX Cluster deployments through intersight.
using a tfvars folder for the linked variables within the same folder structure
example:
--->
similar issue verified i am using the correct version.
(#689)
The text was updated successfully, but these errors were encountered: