-
Notifications
You must be signed in to change notification settings - Fork 53
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
terraform plan fails #480
Comments
Hi, do you happen to run a 32 bit version of Terraform? If yes, could you try a 64bit version? With the error message, i came across this issue here which contains an explanation of why this happens: |
Hi!
Message is
BTW: the integer IS larger then the maximum signed 64 bit Integer. Max Maybe an signed/unsigned mismatch |
Maybe one more bit of information: I've not seen this behavior until we moved last week to a new Nexus HA Installation with 3 servers serving requests. @I-Would-Like-To-Report-A-Bug-Please Is your installation HA too? |
For us it is single docker-compose one node installation. Just checked Terraform: ❯ terraform -version
Terraform v1.0.11
on linux_amd64
❯ file /var/lib/tfenv/versions/1.0.11/terraform
/var/lib/tfenv/versions/1.0.11/terraform: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=oLZBNGHz70skNEAdhSHD/wzJydTaLhLbxOzYAwDlf/515RIPkbNiteahNWSa8i/XpyGuWV_TATduTbYzSf9, stripped So definitely x64. |
One more information: |
Hi! I think i found the root cause of my problem: We use a S3 Blobstore with this definition:
and historically an Blobstore group
The latter is imported into Terraform, as it was defined long ago and other - non terraform controlled - repositories are based on it. This results in this part of the terraform state file
with the offending value in So @I-Would-Like-To-Report-A-Bug-Please maybe you have a look at the statefile too and find the offending value there. Best regards |
Is there an existing issue for this?
Community Note
Terraform Version
1.0.11
Nexus Provider Version
2.5.0
Nexus Version
3.70.2-01
Affected Resource(s)/Data Source(s)
3.70.2-01
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Terraform plan should work and not crash
Actual Behaviour
Plugin crashed
Steps to Reproduce
terraform plan
But I'm not sure what's specific about this blob store group that causes panic. Our repositories are quite huge, so maybe it's something related to size?
References
No response
The text was updated successfully, but these errors were encountered: