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
While creating a resurce of Vultr Provider (bare metal VM) got the following error:
vultr_bare_metal_server.server[0]: Creating...
╷
│ Error: Plugin did not respond
│
│ with vultr_bare_metal_server.server[0],
│ on main.tf line 1, in resource "vultr_bare_metal_server" "server":
│ 1: resource "vultr_bare_metal_server" "server" {
│
│ 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-vultr_v2.18.0 plugin:
panic: interface conversion: interface {} is nil, not bool
goroutine 55 [running]:
github.com/vultr/terraform-provider-vultr/vultr.resourceVultrBareMetalServerCreate({0x1016515a8, 0x14000802300}, 0x14000812a80, {0x1015358c0?, 0x140005c82b8?})
github.com/vultr/terraform-provider-vultr/vultr/resource_vultr_bare_metal_server.go:216 +0xf00
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).create(0x140003f4000, {0x1016515e0, 0x1400048ae10}, 0xd?, {0x1015358c0, 0x140005c82b8})
github.com/hashicorp/terraform-plugin-sdk/v2@v2.30.0/helper/schema/resource.go:778 +0xe8
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).Apply(0x140003f4000, {0x1016515e0, 0x1400048ae10}, 0x140008048f0, 0x14000812900, {0x1015358c0, 0x140005c82b8})
github.com/hashicorp/terraform-plugin-sdk/v2@v2.30.0/helper/schema/resource.go:909 +0x8a0
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ApplyResourceChange(0x14000516000, {0x1016515e0?, 0x1400048acf0?}, 0x140005383c0)
github.com/hashicorp/terraform-plugin-sdk/v2@v2.30.0/helper/schema/grpc_provider.go:1072 +0xb78
github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ApplyResourceChange(0x140003b60a0, {0x1016515e0?, 0x1400048a2a0?}, 0x14000688150)
github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov5/tf5server/server.go:859 +0x3bc
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ApplyResourceChange_Handler({0x101619460?, 0x140003b60a0}, {0x1016515e0, 0x1400048a2a0}, 0x140006880e0, 0x0)
github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:467 +0x170
google.golang.org/grpc.(*Server).processUnaryRPC(0x140001d21e0, {0x101655818, 0x140005a2340}, 0x14000260900, 0x140003d7350, 0x101b7e3f8, 0x0)
google.golang.org/grpc@v1.57.1/server.go:1358 +0xcb4
google.golang.org/grpc.(*Server).handleStream(0x140001d21e0, {0x101655818, 0x140005a2340}, 0x14000260900, 0x0)
google.golang.org/grpc@v1.57.1/server.go:1735 +0x82c
google.golang.org/grpc.(*Server).serveStreams.func1.1()
google.golang.org/grpc@v1.57.1/server.go:970 +0xb4
created by google.golang.org/grpc.(*Server).serveStreams.func1
google.golang.org/grpc@v1.57.1/server.go:981 +0x174
Error: The terraform-provider-vultr_v2.18.0 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.
ERRO[0008] 1 error occurred:
* exit status 1
To Reproduce
Steps to reproduce the behavior:
use vultr/vultr v2.18.0 provider
try to "apply" bare metal resource: "vultr_bare_metal_server"
See error
Expected behavior
expected to create the resource without any issues - vultr_bare_metal_server (works on 2.17.1 version)
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information where applicable:
OS: MAC
Language Version: vultr/vultr v2.18.0 provider, used terragrunt (but its uses terrafrm so...)
Additional context
WORKS ON 2.17.1
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
While creating a resurce of Vultr Provider (bare metal VM) got the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
expected to create the resource without any issues - vultr_bare_metal_server (works on 2.17.1 version)
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information where applicable:
Additional context
WORKS ON 2.17.1
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: