This message was deleted.
# atlantis-community
s
This message was deleted.
o
Atlantis has the following Terraform binaries installed:
Copy code
$ terraform
terraform        terraform1.2.9   terraform1.3.10  terraform1.4.6   terraform1.5.7

$ terraform version
Terraform v1.5.7
on linux_arm64
Atlantis version:
Copy code
{
  "shutting_down": false,
  "in_progress_operations": 0,
  "version": "v0.26.0 (commit: bb18da2) (build date: 2023-10-06T16:29:35.868Z)"
}
Is the "automatically download" actually downloads the binaries?
t
required_version = "= 1.3.0"
should probably be
required_version = "1.3.0"
?
o
t
TIL, thanks!
p
it does download the version for you