Skip to content

Commit 56a030b

Browse files
committed
fix: the version of the atlantis docker image & env variable
1 parent 5fbcf42 commit 56a030b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ locals {
4646
value = var.atlantis_gh_user
4747
},
4848
{
49-
name = "ATLANTIS_URL"
49+
name = "ATLANTIS_ATLANTIS_URL"
5050
value = "https://${var.atlantis_url}"
5151
},
5252
{

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ variable "thumbprint_list" {
5555
variable "atlantis_docker_image" {
5656
description = "The Docker image to use for the Atlantis server"
5757
type = string
58-
default = "ghcr.io/runatlantis/atlantis:v0.23.1"
58+
default = "ghcr.io/runatlantis/atlantis:v0.28.5"
5959
}
6060

6161
variable "ecs_cluster_name" {

0 commit comments

Comments
 (0)