From de00a8559a4173b08693478b73971b5fe52b12e1 Mon Sep 17 00:00:00 2001 From: Tom Harrison Date: Thu, 11 Nov 2021 05:38:45 -0500 Subject: [PATCH 1/2] Clarify maximum version limit When latest Docker image still had terraform 1.0.0, for example, any method of specifying a higher version failed to build. This note clarifies the dependency. --- runatlantis.io/docs/terraform-versions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runatlantis.io/docs/terraform-versions.md b/runatlantis.io/docs/terraform-versions.md index 36dae57d33..176a0579d0 100644 --- a/runatlantis.io/docs/terraform-versions.md +++ b/runatlantis.io/docs/terraform-versions.md @@ -27,3 +27,7 @@ See [Terraform `required_version`](https://www.terraform.io/docs/configuration/t Atlantis will automatically download the version specified. ::: +::: tip NOTE +The Atlantis [latest docker image](https://hub.docker.com/layers/runatlantis/atlantis/latest/images/sha256-4f80472e20bd899b03a619e593f9e7b9a55d9e630850de443b988295f63f5c7a?context=explore) tends to have recent versions of Terraform, but there may be a delay as new versions are released. The highest version of Terraform allowed in your code is the version specified by `DEFAULT_TERRAFORM_VERSION` in the image your server is running. +::: + From 0fcba7ff9dffb332124adbc672051b0f78f2f3ec Mon Sep 17 00:00:00 2001 From: rui Date: Fri, 12 Nov 2021 14:35:09 -0500 Subject: [PATCH 2/2] update the docker image reference --- runatlantis.io/docs/terraform-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runatlantis.io/docs/terraform-versions.md b/runatlantis.io/docs/terraform-versions.md index 176a0579d0..7b946c792c 100644 --- a/runatlantis.io/docs/terraform-versions.md +++ b/runatlantis.io/docs/terraform-versions.md @@ -28,6 +28,6 @@ Atlantis will automatically download the version specified. ::: ::: tip NOTE -The Atlantis [latest docker image](https://hub.docker.com/layers/runatlantis/atlantis/latest/images/sha256-4f80472e20bd899b03a619e593f9e7b9a55d9e630850de443b988295f63f5c7a?context=explore) tends to have recent versions of Terraform, but there may be a delay as new versions are released. The highest version of Terraform allowed in your code is the version specified by `DEFAULT_TERRAFORM_VERSION` in the image your server is running. +The Atlantis [latest docker image](https://github.com/runatlantis/atlantis/pkgs/container/atlantis/9854680?tag=latest) tends to have recent versions of Terraform, but there may be a delay as new versions are released. The highest version of Terraform allowed in your code is the version specified by `DEFAULT_TERRAFORM_VERSION` in the image your server is running. :::