-
Notifications
You must be signed in to change notification settings - Fork 408
Description
➜ ~ tf -v
Terraform v1.14.0
on darwin_arm64
➜ ~
Error: Request cancelled
│
│ The plugin6.(*GRPCProvider).ApplyResourceChange request was cancelled.
╵
Stack trace from the terraform-provider-helm_v3.1.1_x5 plugin:
panic: interface conversion: interface {} is nil, not map[string]interface {}
goroutine 97 [running]:
k8s.io/helm/pkg/strvals.(*parser).key(0x1400168e6f0, 0x14001f65b60)
k8s.io/[email protected]+incompatible/pkg/strvals/parser.go:211 +0x800
k8s.io/helm/pkg/strvals.(*parser).key(0x1400168e6f0, 0x14001f65b30)
k8s.io/[email protected]+incompatible/pkg/strvals/parser.go:215 +0x1ac
k8s.io/helm/pkg/strvals.(*parser).key(0x1400168e6f0, 0x14001f65c50)
k8s.io/[email protected]+incompatible/pkg/strvals/parser.go:215 +0x1ac
k8s.io/helm/pkg/strvals.(*parser).parse(...)
k8s.io/[email protected]+incompatible/pkg/strvals/parser.go:133
k8s.io/helm/pkg/strvals.ParseInto({0x140019bd6c0?, 0x5?}, 0x14001f65c50)
k8s.io/[email protected]+incompatible/pkg/strvals/parser.go:85 +0xc4
github.com/hashicorp/terraform-provider-helm/helm.getValue(0x14001f65c50, {{0x2, {0x140014bd1d0, 0x30}}, {0x2, {0x0, 0x0}}, {0x2, {0x14004cc298d, 0x3}}})
github.com/hashicorp/terraform-provider-helm/helm/resource_helm_release.go:1549 +0x100
github.com/hashicorp/terraform-provider-helm/helm.getValues({0x107577500, 0x14001234070}, 0x14000879888)
github.com/hashicorp/terraform-provider-helm/helm/resource_helm_release.go:1476 +0x5e4
github.com/hashicorp/terraform-provider-helm/helm.(*HelmRelease).Create(0x14001689060, {0x107577458, 0x140014a8cf0}, {{{{0x107581cf0, 0x140011983f0}, {0x107189f60, 0x14001184f90}}, {0x10758b850, 0x1400063e500}}, {{{0x107581cf0, ...}, ...}, ...}, ...}, ...)
github.com/hashicorp/terraform-provider-helm/helm/resource_helm_release.go:826 +0x8e8
github.com/hashicorp/terraform-plugin-framework/internal/fwserver.(*Server).CreateResource(0x140003bc008, {0x107577458, 0x140014a8cf0}, 0x1400168f4c0, 0x1400168f490)
github.com/hashicorp/[email protected]/internal/fwserver/server_createresource.go:127 +0x644
github.com/hashicorp/terraform-plugin-framework/internal/fwserver.(*Server).ApplyResourceChange(0x140003bc008, {0x107577458, 0x140014a8cf0}, 0x14001049a40, 0x1400168f5e8)
github.com/hashicorp/[email protected]/internal/fwserver/server_applyresourcechange.go:63 +0x434
github.com/hashicorp/terraform-plugin-framework/internal/proto6server.(*Server).ApplyResourceChange(0x140003bc008, {0x107577458?, 0x140014a8c00?}, 0x1400063e6e0)
github.com/hashicorp/[email protected]/internal/proto6server/server_applyresourcechange.go:71 +0x430
github.com/hashicorp/terraform-plugin-go/tfprotov6/tf6server.(*server).ApplyResourceChange(0x14000710500, {0x107577458?, 0x140014a8150?}, 0x140008bf700)
github.com/hashicorp/[email protected]/tfprotov6/tf6server/server.go:944 +0x294
github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tfplugin6._Provider_ApplyResourceChange_Handler({0x1074d2d60, 0x14000710500}, {0x107577458, 0x140014a8150}, 0x140008bf680, 0x0)
github.com/hashicorp/[email protected]/tfprotov6/internal/tfplugin6/tfplugin6_grpc.pb.go:789 +0x1c0
google.golang.org/grpc.(*Server).processUnaryRPC(0x14000530c00, {0x107577458, 0x14000b0a210}, 0x1400010ed20, 0x140009e0060, 0x108af0d48, 0x0)
google.golang.org/[email protected]/server.go:1431 +0xc9c
google.golang.org/grpc.(*Server).handleStream(0x14000530c00, {0x1075786c8, 0x14000534b60}, 0x1400010ed20)
google.golang.org/[email protected]/server.go:1842 +0x900
google.golang.org/grpc.(*Server).serveStreams.func2.1()
google.golang.org/[email protected]/server.go:1061 +0x84
created by google.golang.org/grpc.(*Server).serveStreams.func2 in goroutine 43
google.golang.org/[email protected]/server.go:1072 +0x138
Error: The terraform-provider-helm_v3.1.1_x5 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.