From 059cf4f3696f94610c9c1a301f3a9a54ce6885a0 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 30 Mar 2026 12:27:51 -0400 Subject: [PATCH] add ecr_prefix --- base-label/outputs.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/base-label/outputs.tf b/base-label/outputs.tf index 53ec6c7..2af9d9d 100644 --- a/base-label/outputs.tf +++ b/base-label/outputs.tf @@ -38,5 +38,6 @@ output "formats" { prefix = local.blf_prefix prefix_dash = local.prefix_dash prefix_slash = local.prefix_slash + ecr_prefix = format("%v-%v/%v",slice(local.blf_prefix,0,2),try(local.base.environment,"")) } }