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
Im not sure if it's really a bug or im not focues to follow the tutorial.
BUG:
╷
│ Error: Plugin did not respond
│
│ with proxmox_vm_qemu.srv_demo_1,
│ on demo-server-1.tf line 1, in resource "proxmox_vm_qemu" "srv_demo_1":
│ 1: resource "proxmox_vm_qemu" "srv_demo_1" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.
╵
Stack trace from the terraform-provider-proxmox_v2.9.14 plugin:
panic: interface conversion: interface {} is string, not float64
goroutine 16 [running]:
github.com/Telmate/proxmox-api-go/proxmox.NewConfigQemuFromApi(0x1400015c6e0, 0x102b8aab6?)
github.com/Telmate/[email protected]/proxmox/config_qemu.go:584 +0x3b34
github.com/Telmate/terraform-provider-proxmox/proxmox.resourceVmQemuCreate(0x140000ab580, {0x102d05ee0?, 0x140003abc20})
github.com/Telmate/terraform-provider-proxmox/proxmox/resource_vm_qemu.go:972 +0x21cc
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).create(0x102e429a0?, {0x102e429a0?, 0x14000014030?}, 0xd?, {0x102d05ee0?, 0x140003abc20?})
github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:695 +0x134
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).Apply(0x140004247e0, {0x102e429a0, 0x14000014030}, 0x140004b4340, 0x140000ab900, {0x102d05ee0, 0x140003abc20})
github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:837 +0x86c
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ApplyResourceChange(0x140004aeb70, {0x102e429a0?, 0x140000a9d40?}, 0x140002dce60)
github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:1021 +0xb70
github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ApplyResourceChange(0x140000b03c0, {0x102e429a0?, 0x140000a9350?}, 0x140002355e0)
github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:818 +0x3b8
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ApplyResourceChange_Handler({0x102e0ba60?, 0x140000b03c0}, {0x102e429a0, 0x140000a9350}, 0x14000235570, 0x0)
github.com/hashicorp/[email protected]/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:385 +0x170
google.golang.org/grpc.(*Server).processUnaryRPC(0x140004c2000, {0x102e46540, 0x14000102820}, 0x14000339e60, 0x140004c4c00, 0x1032e3860, 0x0)
google.golang.org/[email protected]/server.go:1336 +0xb7c
google.golang.org/grpc.(*Server).handleStream(0x140004c2000, {0x102e46540, 0x14000102820}, 0x14000339e60, 0x0)
google.golang.org/[email protected]/server.go:1704 +0x82c
google.golang.org/grpc.(*Server).serveStreams.func1.2()
google.golang.org/[email protected]/server.go:965 +0x84
created by google.golang.org/grpc.(*Server).serveStreams.func1
google.golang.org/[email protected]/server.go:963 +0x290
Error: The terraform-provider-proxmox_v2.9.14 plugin crashed!
This is always indicative of a bug within the plugin. It would be immensely
helpful if you could report the crash with the plugin's maintainers so that it
can be fixed. The output above should help diagnose the issue.
Im not sure if it's really a bug or im not focues to follow the tutorial.
BUG:
File:
provider.tf:
The text was updated successfully, but these errors were encountered: