-
Notifications
You must be signed in to change notification settings - Fork 910
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
Bumped terraform versions preclude opentofu? #2770
Comments
Reason is to use the new We use a one-liner to do it when updating, you might want to do the same:
I am closing this as our main target is Terraform, and tofu works (we test changes against both). This is just a problem in the way tofu leverages the same version configuration as Terraform (which again it shouldn't). |
Reopening as I just opened a feature request for OpenTofu (linked above). |
As per the issue opened by @ludoo:
|
Yep, we will send a PR shortly to add tofu-specific versions. This also simplifies our testing. |
@lyricnz thanks a lot for raising this, as it allowed us to improve the way we support and test tofu. :) |
Thank you very much! |
Affected components
The problem
PR #2768 changes the terraform requirement from
terraform_version: 1.7.4
toterraform_version: 1.10.2
. What was the reason for this? It precludes using opentofu which has otherwise been perfectly acceptableRelease version
HEAD
Terraform version
OpenTofu v1.8.7
Steps to reproduce
Upgrade to head, attempt to terraform/tofu init
Expected behavior
Should work ;)
Actual behavior
Error: Unsupported OpenTofu Core version
│
│ on ../../../modules/pubsub/versions.tf line 18, in terraform:
│ 18: required_version = ">= 1.10.2"
Additional context
No response
The text was updated successfully, but these errors were encountered: