Skip to content

Commit

Permalink
uniquify
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 22, 2025
1 parent a89dc99 commit df3c924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
keycloak_key = format("%v#%v", local.keycloak_name, var.keycloak_tag)
postgresql_key = format("%v#%v", "bitnami/postgresql", var.postgresql_tag)
postgres_exporter_key = format("%v#%v", "bitnami/postgres-exporter", var.postgres_exporter_tag)
utilities_key = format("%v#%v", "big-bang/utilities", var.utilities_tag)
utilities_key = format("%v#%v", "utilities", var.utilities_tag)
ent_ecr_source = format("%v.%v.%v.%v", var.eecr_info.account_id, "dkr.ecr", var.region, "amazonaws.com/ent-images")

image_config = [
Expand Down Expand Up @@ -37,7 +37,7 @@ locals {
{
enabled = true
dest_path = null
name = "big-bang/utilities"
name = "utilities"
source_image = "big-bang/utilities"
source_registry = format("%v/%v", local.ent_ecr_source, "ironbank")
source_tag = var.utilities_tag
Expand Down

0 comments on commit df3c924

Please sign in to comment.