We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbcf42 commit 56a030bCopy full SHA for 56a030b
locals.tf
@@ -46,7 +46,7 @@ locals {
46
value = var.atlantis_gh_user
47
},
48
{
49
- name = "ATLANTIS_URL"
+ name = "ATLANTIS_ATLANTIS_URL"
50
value = "https://${var.atlantis_url}"
51
52
variables.tf
@@ -55,7 +55,7 @@ variable "thumbprint_list" {
55
variable "atlantis_docker_image" {
56
description = "The Docker image to use for the Atlantis server"
57
type = string
58
- default = "ghcr.io/runatlantis/atlantis:v0.23.1"
+ default = "ghcr.io/runatlantis/atlantis:v0.28.5"
59
}
60
61
variable "ecs_cluster_name" {
0 commit comments