Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 30, 2026
1 parent 059cf4f commit d149862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-label/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +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,""))
ecr_prefix = format("%v/%v",join("-",compact(slice(local.blf_prefix,0,2))),try(local.base.environment,""))
}
}

0 comments on commit d149862

Please sign in to comment.