-
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
Terraform crashes while creating Google cloud Endpoint using Cloud build #6840
Terraform crashes while creating Google cloud Endpoint using Cloud build #6840
Comments
@mejuhi could you post the file |
Yes, following is the crash log received. |
Wanted to know timeline for the updated code. |
It should be available in the 3.33.0 release expected august 3rd You can compile the provider yourself if a fix is needed prior to then. The fix is in master |
Thankyou @slevenick for the quick response. It was extremely helpful. |
I'm having the same issue when deploying cloud endpoints. Terraform crash when terraform plan is ran in cloudbuild. Another question, how do you access the crash.log files when running TerraForm in CloudBuild? |
@Arconapalus To answer your first question, I think they have fixed the issue in master and as suggested by @slevenick we can expect a release on 3rd August. (Not sure when the docker image will be updated, I am waiting for that as well). To answer the second part of the question, I did just cat on crash.log after terraform plan command. |
Right on thanks!! Yes that worked for me thank you |
@Arconapalus I tried again, issue is fixed, you can use docker image and try it as well |
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Terraform Version
hashicorp/terraform:0.12.24
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Create Google Cloud endpoint from the openapi swagger file given as input
Actual Behavior
"hashicorp/terraform:0.12.24" failed: step exited with non-zero status: 1
Steps to Reproduce
Run terraform plan/apply using Cloud build
Important Factoids
terraform apply
using my cloud shell (locally)terraform plan
andterraform apply
using cloud buildThe text was updated successfully, but these errors were encountered: