Skip to content
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

Support older terraform versions in slices #196

Open
mwarkentin opened this issue Mar 22, 2024 · 0 comments
Open

Support older terraform versions in slices #196

mwarkentin opened this issue Mar 22, 2024 · 0 comments

Comments

@mwarkentin
Copy link
Member

Steps to Reproduce

  1. Touched some legacy terraform slices which use terraform 0.14.11: https://github.com/getsentry/ops/pull/9788

Expected Result

I expected that the GHA would use the version of terraform specified in .terraform-version within the slice.

Actual Result

│ Error: Unsupported Terraform Core version
│ 
│   on _init.tf line 2, in terraform:
│    2:   required_version = "= 0.14.11"
│ 
│ This configuration does not support Terraform version 1.5.3. To proceed,
│ either choose another supported Terraform version or update this version
│ constraint. Version constraints are normally set for good reason, so
│ updating the constraint may lead to other errors or unexpected behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant