-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
--default-tf-version does not set terraform version to use #910
Comments
Hi Mark, so the terraform version downloaded by the --default-tf-version flag actually lands in
Now when it comes to terragrunt, it sounds like you can set a
(related to #639) |
if that works, I'd love it if you could submit a PR to update the docs. |
PR created. #911 |
Thanks for the PR. Yeah ideally we'd execute custom run steps with it somehow set that
|
closing since this was at base a documentation issue and that has been updated. |
This is still not clear in the documentation here https://www.runatlantis.io/docs/terraform-versions.html#terraform-versions |
I'm running atlantis container version 0.11.1 which has terraform 0.12.19 installed. I am setting ATLANTIS_DEFAULT_TF_VERSION to v0.12.20. I see in the log that it does, in fact, download 0.12.20 but it does not seem to use it. State files written from atlantis applies still show 0.12.19 as the terraform version used.
Now, I do use the terragrunt workflow as described here, but terragrunt should just use the terraform that is in the PATH.
The text was updated successfully, but these errors were encountered: