This message was deleted.
# atlantis-community
s
This message was deleted.
c
Basically I want to be able to make sure Atlantis is not bumping up a minor version without someone actually telling it to do so, which
ATLANTIS_DEFAULT_TF_VERSION
doesn't seem to do unfortunately.
d
iirc, it will try and use 1.4
but don't quote me on that 😅
c
Okay, that's what I'm hoping at least 😉
r
It will unfortunately download the latest version. There is no way, to my knowledge, to set a maximum version in atlantis. I believe there is an open github issue on it
You’ll have to set a
required_version = "~> 1.4.0"
to work as you expect in spite of the
ATLANTIS_DEFAULT_TF_VERSION
c
Well...that's unfortunate.
r
ya 😞