Skip to content

Instantly share code, notes, and snippets.

@AlxCloudRl
Created August 30, 2023 13:40
Show Gist options
  • Save AlxCloudRl/308303af9916a30628846cf93d81e1fe to your computer and use it in GitHub Desktop.
Save AlxCloudRl/308303af9916a30628846cf93d81e1fe to your computer and use it in GitHub Desktop.
terraform_provider_google_panic_value
Stack trace from the terraform-provider-google_v4.80.0_x5 plugin:
panic: Error reading level state: strconv.ParseInt: parsing "6159704459778898177": value out of range
goroutine 708 [running]:
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*ResourceData).get(0xe5481e0, {0xe521a98, 0x1, 0x1}, 0x8)
github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.0/helper/schema/resource_data.go:553 +0x279
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*ResourceData).State(0xe5481e0)
github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.0/helper/schema/resource_data.go:351 +0x3a7
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).ShimInstanceStateFromValue(0xda1d500, {{{0xb7df6e0, 0xe5213b8}}, {0xac04920, 0xdc1cc20}})
github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.0/helper/schema/resource.go:599 +0x1d9
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ReadResource(0xd8b8740, {0xb7defe0, 0xdeb3c20}, 0xdc15fa0)
github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.0/helper/schema/grpc_provider.go:587 +0x23f
github.com/hashicorp/terraform-plugin-mux/tf5muxserver.muxServer.ReadResource({0xda489e0, 0xda48a20, {0xdc0e980, 0x2, 0x2}, {0x0, 0x0, 0x0}, {0x0, 0x0, ...}, ...}, ...)
github.com/hashicorp/terraform-plugin-mux@v0.8.0/tf5muxserver/mux_server_ReadResource.go:26 +0x151
github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ReadResource(0xdf2aaf0, {0xb7defe0, 0xdeb2198}, 0xdd5e7e0)
github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/tf5server/server.go:748 +0x4c5
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ReadResource_Handler({0xb0f2140, 0xdf2aaf0}, {0xb7defe0, 0xdeb2198}, 0xe2f6a80, 0x0)
github.com/hashicorp/terraform-plugin-go@v0.14.3/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:349 +0x18a
google.golang.org/grpc.(*Server).processUnaryRPC(0xdf726c0, {0xb7e3a9c, 0xde8a000}, 0xe2b3540, 0xdd2cdf8, 0xcf2a5a8, 0x0)
google.golang.org/grpc@v1.57.0/server.go:1360 +0xf03
google.golang.org/grpc.(*Server).handleStream(0xdf726c0, {0xb7e3a9c, 0xde8a000}, 0xe2b3540, 0x0)
google.golang.org/grpc@v1.57.0/server.go:1737 +0xa17
google.golang.org/grpc.(*Server).serveStreams.func1.1()
google.golang.org/grpc@v1.57.0/server.go:982 +0xb1
created by google.golang.org/grpc.(*Server).serveStreams.func1
google.golang.org/grpc@v1.57.0/server.go:980 +0x178
Error: The terraform-provider-google_v4.80.0_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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment