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

Terraform version constraint not respected (0.13.5) #1322

Closed
jlestrada opened this issue Dec 21, 2020 · 1 comment
Closed

Terraform version constraint not respected (0.13.5) #1322

jlestrada opened this issue Dec 21, 2020 · 1 comment

Comments

@jlestrada
Copy link

Terraform version constraint is not being fully respected when specifically attempting to run 13.5. The following version constraint is being set and seems to be working as expected locally, but atlantis continues to fall back to default tf version.

required_version = ">= 0.13.5, < 0.14.0"

I believe there was a recent patch made due to a similar issue with version constraints running 0.13.0+ so maybe this corner case got missed.

The workaround is to simply specify the version explicitly, such as required_version = 0.13.5. Not sure if impacting 0.14.0+ versions or not. I will poke around the code a bit more when i get some time incase I can find anything and submit a PR. If I am misunderstanding something feel free to let me know! Thanks!

@jlestrada
Copy link
Author

Whoops looks like a duplicate of #1217

Closing this out now and will follow there

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