File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ module "atlantis" {
5252 docker_labels = {
5353 " org.opencontainers.image.title" = " Atlantis"
5454 " org.opencontainers.image.description" = " A self-hosted golang application that listens for Terraform pull request events via webhooks."
55- " org.opencontainers.image.url" = " https://github.com/runatlantis/atlantis/blob/master/Dockerfile "
55+ " org.opencontainers.image.url" = " https://github.com/runatlantis/atlantis/pkgs/container/atlantis "
5656 }
5757 start_timeout = 30
5858 stop_timeout = 30
Original file line number Diff line number Diff line change 55 public_subnet_ids = coalescelist (module. vpc . public_subnets , var. public_subnet_ids , [" " ])
66
77 # Atlantis
8- atlantis_image = var. atlantis_image == " " ? " runatlantis/atlantis:${ var . atlantis_version } " : var. atlantis_image
8+ atlantis_image = var. atlantis_image == " " ? " ghcr.io/ runatlantis/atlantis:${ var . atlantis_version } " : var. atlantis_image
99 atlantis_url = " https://${ coalesce (
1010 var. atlantis_fqdn ,
1111 element (concat (aws_route53_record. atlantis . * . fqdn , [" " ]), 0 ),
You can’t perform that action at this time.
0 commit comments