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
Hi there,
I'm using Terraform to provision some Fabric resources, but I'm currently encountering an issue. The problem is intermittent and only appears occasionally. 🤔
Please find the stack trace below:
module.CompanyRoutingWorkspace.fabric_workspace.company-routing-workspace: Refreshing state... [id=bdd8f2ed-5efa-45dc-b995-48b12fd0dc48]
╷
│ Error: Plugin did not respond
│
│ The plugin encountered an error, and failed to respond to the plugin6.(*GRPCProvider).ReadResource call. The plugin logs may contain more details.
╵
Releasing state lock. This may take a few moments...
Stack trace from the terraform-provider-fabric_v1.0.0 plugin:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0xd3c7fc]
goroutine 29 [running]:
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils.(*authErrorResponse).getErrFromResp(0xc000563000, 0x0)
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils/errors.go:275 +0x5c
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils.(*ErrorHandler).processAuthFailedError(0x14f7780?, {0x1501210, 0xc00026d810}, 0xc0003e9e30)
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils/errors.go:214 +0x5d
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils.(*ErrorHandler).processError(0xc000592b98, {0x1501210, 0xc00026d810}, {0x14f7780, 0xc000702520}, {0x14f1740, 0x1f28910}, {0x13464c9, 0xe}, {0x1350277, ...})
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils/errors.go:136 +0x325
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils.(*ErrorHandler).GetDiagsFromError(0x14f7780?, {0x1501210, 0xc00026d810}, {0x14f7780, 0xc000702520}, {0x133c244?, 0x24?}, {0x14f1740?, 0x1f28910?})
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils/errors.go:89 +0x1d5
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils.GetDiagsFromError(...)
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils/errors.go:307
github.com/microsoft/terraform-provider-fabric/internal/services/workspace.(*resourceWorkspace).get(0xc00020f800, {0x1501210, 0xc00026d810}, 0xc000472780)
github.com/microsoft/terraform-provider-fabric/internal/services/workspace/resource_workspace.go:469 +0x2ca
github.com/microsoft/terraform-provider-fabric/internal/services/workspace.(*resourceWorkspace).Read(0xc00020f800, {0x1501168, 0xc0002e3f20}, {{{{0x150f3f0, 0xc0002ffc20}, {0x118d4a0, 0xc0002ff950}}, {0x15129b8, 0xc00062c820}}, 0xc00061c4f8, ...}, ...)
github.com/microsoft/terraform-provider-fabric/internal/services/workspace/resource_workspace.go:198 +0x365
github.com/hashicorp/terraform-plugin-framework/internal/fwserver.(*Server).ReadResource(0xc000256908, {0x1501168, 0xc0002e3f20}, 0xc0002fe000, 0xc0002975e0)
github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/fwserver/server_readresource.go:119 +0x852
github.com/hashicorp/terraform-plugin-framework/internal/proto6server.(*Server).ReadResource(0xc000256908, {0x1501168?, 0xc0002e3e30?}, 0xc000648340)
github.com/hashicorp/terraform-plugin-framework@v1.14.1/internal/proto6server/server_readresource.go:55 +0x385
github.com/hashicorp/terraform-plugin-go/tfprotov6/tf6server.(*server).ReadResource(0xc0002732c0, {0x1501168?, 0xc0002e3350?}, 0xc0001f43f0)
github.com/hashicorp/terraform-plugin-go@v0.26.0/tfprotov6/tf6server/server.go:785 +0x2f0
github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tfplugin6._Provider_ReadResource_Handler({0x130ba80, 0xc0002732c0}, {0x1501168, 0xc0002e3350}, 0xc00020f100, 0x0)
github.com/hashicorp/terraform-plugin-go@v0.26.0/tfprotov6/internal/tfplugin6/tfplugin6_grpc.pb.go:575 +0x1a6
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000268200, {0x1501168, 0xc0002e32f0}, 0xc000460cc0, 0xc0003c7a70, 0x1f49228, 0x0)
google.golang.org/grpc@v1.69.4/server.go:1392 +0xfbe
google.golang.org/grpc.(*Server).handleStream(0xc000268200, {0x1502340, 0xc000422000}, 0xc000460cc0)
google.golang.org/grpc@v1.69.4/server.go:1802 +0xb88
google.golang.org/grpc.(*Server).serveStreams.func2.1()
google.golang.org/grpc@v1.69.4/server.go:1030 +0x7f
created by google.golang.org/grpc.(*Server).serveStreams.func2 in goroutine 11
google.golang.org/grpc@v1.69.4/server.go:1041 +0x11d
Error: The terraform-provider-fabric_v1.0.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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm using Terraform to provision some Fabric resources, but I'm currently encountering an issue. The problem is intermittent and only appears occasionally. 🤔
Please find the stack trace below:
Any idea how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions