-
-
Notifications
You must be signed in to change notification settings - Fork 998
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 cache server was unable to process the received request, code=400 #3592
Comments
FYI @levkohimins |
EDIT: Updated original message with tf version breaking point. |
Hey @mwos-sl , I'm sorry you're running into this. This seems to be a pretty rare problem, so we would have trouble providing a fix without a good way to reproduce the issue. Do you have a fixture that can reliably surface the problem on a more modern version of OpenTofu/Terraform? If the fix for users is to update their version of OpenTofu/Terraform, then we really don't have anything we need to do in Terragrunt. We would need either a public repo, or a fork of the Terragrunt repo with a new fixture added, and a test that reliably fails. We have other work that we're prioritizing now, so we might not be able to get to this problem promptly, even after being provided that, just so that expectations are communicated correctly. |
@yhakbar I'm not sure if I understand correctly what do you mean by:
Can you elaborate? |
Hey @mwos-sl , As you can see here: We don't aim to have every version of Terragrunt be perfectly compatible with every version of OpenTofu/Terraform. Given that we're currently testing against 1.9.x in the latest versions of Terragrunt, we would need to see reproducible issues there to create new tests and fixes to address the issue. Given that the version of Terraform you're running into issues with is pretty old, and you know it's resolved in a later version, why aren't you considering upgrading to resolve the issue? |
Describe the bug
When running terragrunt 0.69.0 and some older terraform version (I saw this for tf
0.13.5
,0.14.3
,1.1.2
,1.1.9
) I'm getting the error onterragrunt plan
:The problem is NOT there when using terraform versions:
1.2.0
,1.2.9
,1.3.0
,1.3.10
,1.5.7
.I haven't tested other versions of terraform, but based on these, it seems that breaking point is between
1.1.9
and1.2.0
terraform releases, so maybe something along the lines: https://github.com/hashicorp/terraform/blob/v1.2/CHANGELOG.md#120-may-18-2022Steps To Reproduce
Steps to reproduce the behavior:
terragrunt plan
on whatever project with terraform 1.1.2 (other terraform might be also affected - the list of OK and not OK that I found so far is in the previous point)Expected behavior
Terragrunt does not fail when running some older terraform.
Versions
Additional context
I'm getting this error both from laptop and from container running atlantis.
The text was updated successfully, but these errors were encountered: