-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Provider crashed: managed_zone_id value out of range #15676
Comments
@AlxCloudRl Are you running this on a 32-bit system? We are aware of a problem with the Terraform SDK related to 32-bit systems and integers that can't fit into 32 bits. Unfortunately we don't have a lot of options to work around this, as it's a restriction at the SDK level |
@slevenick no my system is 64 bits: Debian 5.10.179-5 (2023-08-08) x86_64 GNU/Linux |
Hm, from your original bug report it looks like the output of terraform -v is:
I believe linux_386 is a 32-bit system which would explain this issue. Are you getting the same result on the 64-bit x86_64? Can you provide the output of terraform -v on that system? |
You got me on the right track! Indeed, my system is x86_64, but by mistake I must have installed the 32 bits Terraform binary. I installed the AMD64 one and the problem got fixed! Thank you! |
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. |
Issue: Doing a Terraform plan, I get a crash panic by Google Terraform provider, related to an ID that is too big to parse. This ID is stored in the Terraform state for the google_dns_managed_zone ressource.
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.5.5
on linux_386
Affected Resource(s)
Terraform Configuration Files
It's not an issue about the config but about a crash due to a ressource ID stored in the state, considered too big by Google terraform provider.
Panic Output
https://gist.github.com/AlxCloudRl/308303af9916a30628846cf93d81e1fe
Steps to Reproduce
terraform plan
Important Factoids
The out of range value (6159704459778898177) is the ID (managed_zone_id) in the state of the created google_dns_managed_zone ressource.
Thanks
The text was updated successfully, but these errors were encountered: