From 56a030b9457483a9ab188894d6a5c789aefb1729 Mon Sep 17 00:00:00 2001 From: Rahul-4480 Date: Mon, 5 Aug 2024 17:47:40 +0530 Subject: [PATCH] fix: the version of the atlantis docker image & env variable --- locals.tf | 2 +- variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locals.tf b/locals.tf index 505db96..11b5458 100644 --- a/locals.tf +++ b/locals.tf @@ -46,7 +46,7 @@ locals { value = var.atlantis_gh_user }, { - name = "ATLANTIS_URL" + name = "ATLANTIS_ATLANTIS_URL" value = "https://${var.atlantis_url}" }, { diff --git a/variables.tf b/variables.tf index 139860e..8526544 100644 --- a/variables.tf +++ b/variables.tf @@ -55,7 +55,7 @@ variable "thumbprint_list" { variable "atlantis_docker_image" { description = "The Docker image to use for the Atlantis server" type = string - default = "ghcr.io/runatlantis/atlantis:v0.23.1" + default = "ghcr.io/runatlantis/atlantis:v0.28.5" } variable "ecs_cluster_name" {