Skip to content
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

Google provider v1.11.0 introduces 32-bit integer conversion overflow #1426

Closed
derwei opened this issue May 3, 2018 · 4 comments
Closed

Comments

@derwei
Copy link

derwei commented May 3, 2018

We ran into a problem using the 32-bit binary of Terraform and google provider v1.11.0

plugin.terraform-provider-google_v1.11.0_x4: panic: Error reading level state: strconv.ParseInt: parsing "1369852711444692407": value out of range

We have worked around this by using the 64-bit binary of Terraform.

Terraform Version

Terraform v0.11.7

  • provider.google v1.11.0
  • provider.tls v1.1.0

Affected Resource(s)

  • google_compute_target_http_proxy
  • google_compute_target_https_proxy

Panic Output

https://gist.github.com/derwei/157d9c7beb81298a41e70af5c1d699fe

Expected Behavior

terraform actions should have succeeded

Actual Behavior

terraform apply, destroy, refresh will crash.

Steps to Reproduce

Use a 32-bit terraform client to perform actions on a google_compute_target_http_proxy.

@rosbo
Copy link
Contributor

rosbo commented May 3, 2018

Thanks for reporting. I have a PR out to fix this and we will do a release quickly once it is in. Stay tuned!

@rosbo
Copy link
Contributor

rosbo commented May 4, 2018

1.12 has been released and include a fix for this bug. Sorry for the trouble.

@derwei
Copy link
Author

derwei commented May 4, 2018

Thanks for the quick turn around!

@ghost
Copy link

ghost commented Nov 18, 2018

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.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost unassigned rosbo Nov 18, 2018
@ghost ghost locked and limited conversation to collaborators Nov 18, 2018
@github-actions github-actions bot added forward/review In review; remove label to forward service/compute-l7-load-balancer labels Jan 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants