Skip to content

Commit

Permalink
set key
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent f9fbb8e commit fba1abd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions copy_images.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
locals {
keycloak_name = "keycloak/keycloak"
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)
kubectl_key = format("%v#%v", "bitnami/kubectl-debian", var.utilities_tag)
ent_ecr_source = format("%v.%v.%v.%v", var.eecr_info.account_id, "dkr.ecr", var.region, "amazonaws.com/ent-images")
keycloak_name = "keycloak/keycloak"
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)
kubectl_key = format("%v#%v", "bitnami/kubectl-debian", 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

0 comments on commit fba1abd

Please sign in to comment.