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
Describe the bug
Unable to create a vm using guest_customization_cloud_init_custom_key_values
Expected behavior
Able to create the vm with the attribute guest_customization_cloud_init_custom_key_values like below,
`guest_customization_cloud_init_custom_key_values = {
"username" = "centos1"
"password" = "nutanix/4u"
Describe the bug
Unable to create a vm using guest_customization_cloud_init_custom_key_values
Expected behavior
Able to create the vm with the attribute guest_customization_cloud_init_custom_key_values like below,
`guest_customization_cloud_init_custom_key_values = {
"username" = "centos1"
"password" = "nutanix/4u"
}
`
Logs
panic: interface conversion: interface {} is map[string]interface {}, not map[string]string 2019-05-07T17:30:55.845+1000 [DEBUG] plugin.terraform-provider-nutanix_v1.0.1_x4: 2019-05-07T17:30:55.845+1000 [DEBUG] plugin.terraform-provider-nutanix_v1.0.1_x4: goroutine 84 [running]: 2019-05-07T17:30:55.845+1000 [DEBUG] plugin.terraform-provider-nutanix_v1.0.1_x4: github.com/terraform-providers/terraform-provider-nutanix/nutanix.getVMResources(0xc00036d810, 0xc000131110, 0x1ad85da, 0x2) 2019-05-07T17:30:55.845+1000 [DEBUG] plugin.terraform-provider-nutanix_v1.0.1_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-nutanix/nutanix/resource_nutanix_virtual_machine.go:1465 +0x17bf 2019-05-07T17:30:55.845+1000 [DEBUG] plugin.terraform-provider-nutanix_v1.0.1_x4: github.com/terraform-providers/terraform-provider-nutanix/nutanix.resourceNutanixVirtualMachineCreate(0xc00036d810, 0x192aae0, 0xc0005b2b00, 0x24, 0x2416700) 2019-05-07T17:30:55.845+1000 [DEBUG] plugin.terraform-provider-nutanix_v1.0.1_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-nutanix/nutanix/resource_nutanix_virtual_machine.go:774 +0x446 2019-05-07T17:30:55.845+1000 [DEBUG] plugin.terraform-provider-nutanix_v1.0.1_x4: github.com/terraform-providers/terraform-provider-nutanix/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc000510bd0, 0xc000358730, 0xc0003febe0, 0x192aae0, 0xc0005b2b00, 0x100b601, 0xc00034fb80, 0x10bdcdc) 2019-05-07T17:30:55.845+1000 [DEBUG] plugin.terraform-provider-nutanix_v1.0.1_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-nutanix/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:225 +0x351
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: