Skip to content

Commit

Permalink
fix: the version of the atlantis docker image & env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul-4480 committed Aug 5, 2024
1 parent 5fbcf42 commit 56a030b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ locals {
value = var.atlantis_gh_user
},
{
name = "ATLANTIS_URL"
name = "ATLANTIS_ATLANTIS_URL"
value = "https://${var.atlantis_url}"
},
{
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 56a030b

Please sign in to comment.