-
Notifications
You must be signed in to change notification settings - Fork 85
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
put with plan_only: true
returns non zero exit code
#165
Comments
Added a slightly better error message here: 0ccd897. If you use |
Thanks @ljfranklin! Here is the content of
|
The underlying error:
Looks like a Terraform limitation. Here's a PR that increases the gRPC |
Hi @ljfranklin |
I have been using this concourse resource in a large number of pipelines, only one of my pipelines seems to have this issue.
I am using the
plan_only
flag to run terraform plan on pull requests, one of my projects that deploys rundeck jobs fails every time, even though the plan output looks good.I see the following output at the end of the
put
:If I run apply (no
plan_only
flag) the job succeeds.I suspect the issue is due to the size of the state file being quite large, I can see in S3 that the state is 1.1MiB.
The text was updated successfully, but these errors were encountered: