You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
The new terraform 1.4.x has a few problems that users may run into
Community Note
The new terraform 1.4.x has a few problems that users may run into
If 1.4.x is desired and committing the lockfile is desired then do the following
If 1.4.x is desired but locking is not desired, then set the env var
If 1.3.x pinning is desired, do all of the following
set flag
ATLANTIS_DEFAULT_TF_VERSION=1.3.9
required_version
set in hclIf using
required_version
then also set to~> 1.3.0
perdir
hashicorp/go-version
to resolve~> 1.0
to1.x
instead of1.0.x
#3153)required_version
always overrides the default version. See more details here.~> 1.3.0
to ensure it matches on only1.3.x
whereas~> 1.3
may match to1.4
required_version
terraform version using a flag #3199The text was updated successfully, but these errors were encountered: