-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got an issue running my terraform google-beta #13775
Comments
This may be similar to hashicorp/terraform-plugin-sdk#469. |
Wild guess that this bug is caused by an integer in the state file that cant be parsed and overflows since you run on 32 bit. Does it work on 64 bit? In my case, simply upgrading to terraform version 1.3.9 solved this issue. |
Hi Clemens,
Thanks, I will try it.
Regards,
Michael
…On Sat, 18 Feb 2023, 11:25 Clemens, ***@***.***> wrote:
Wild guess that this bug is caused by an integer in the state file that
cant be parsed and overflows since you run on 32 bit. Does it work on 64
bit? In my case, simply upgrading to terraform version 1.3.9 solved this
issue.
—
Reply to this email directly, view it on GitHub
<#13775 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV3IZD2QFU5P652Z7BW4X4DWYA6KDANCNFSM6AAAAAAU7EPLBU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hey Mikey, I just realized that I had used a downloaded binary before and installed terraform from an official package Regards, |
same issue as #6518 |
Close as a dup of #6518 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Terraform v1.3.9
on linux_386
Affected Resource(s)
│ Error: Plugin did not respond
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ReadResource call. The plugin logs may contain more details.
╵
╷
│ Error: Request cancelled
│
│ with module.peer-security-prod.google_compute_network_peering.local_network_peering,
│ on ../../../../modules/network modules/network-peering/main.tf line 34, in resource "google_compute_network_peering" "local_network_peering":
│ 34: resource "google_compute_network_peering" "local_network_peering" {
│
│ The plugin.(*GRPCProvider).UpgradeResourceState request was cancelled.
╵
Stack trace from the terraform-provider-google-beta_v4.53.1_x5 plugin:
panic: Error reading level state: strconv.ParseInt: parsing "8676932801028733754": value out of range
goroutine 83 [running]:
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*ResourceData).get(0xe275680, {0xdc0df48, 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(0xe275680)
github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.0/helper/schema/resource_data.go:351 +0x3a5
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).ShimInstanceStateFromValue(0xde2cd90, {{{0xb11b2a4, 0xdc0d708}}, {0xa72eac0, 0xde4b3e0}})
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(0xdc0aeb0, {0xb11ae24, 0xe3a8b70}, 0xde4a820)
github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.0/helper/schema/grpc_provider.go:587 +0x23f
github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ReadResource(0xdcb8410, {0xb11ae24, 0xe3a88a0}, 0xe3b3ce0)
github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/tf5server/server.go:748 +0x4c5
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ReadResource_Handler({0xab0f200, 0xdcb8410}, {0xb11ae24, 0xe3a88a0}, 0xe503fc0, 0x0)
github.com/hashicorp/terraform-plugin-go@v0.14.0/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:349 +0x18a
google.golang.org/grpc.(*Server).processUnaryRPC(0xdcd9560, {0xb11e254, 0xde885a0}, 0xe316780, 0xe05a048, 0xc4404a8, 0x0)
google.golang.org/grpc@v1.51.0/server.go:1340 +0xe22
google.golang.org/grpc.(*Server).handleStream(0xdcd9560, {0xb11e254, 0xde885a0}, 0xe316780, 0x0)
google.golang.org/grpc@v1.51.0/server.go:1713 +0xa17
google.golang.org/grpc.(*Server).serveStreams.func1.2()
google.golang.org/grpc@v1.51.0/server.go:965 +0xb1
created by google.golang.org/grpc.(*Server).serveStreams.func1
google.golang.org/grpc@v1.51.0/server.go:963 +0x25f
Error: The terraform-provider-google-beta_v4.53.1_x5 plugin crashed!
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: