Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 23, 2026
1 parent 3646c9c commit be485d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-label/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ output "formats" {
prefix_dash = local.prefix_dash
prefix_slash = local.prefix_slash
ecr_prefix = format("%v/%v", join("-", compact(slice(local.blf_prefix, 0, 2))), try(local.base.environment, ""))
full_dash = join("-", compcat(local._blf_parts))
full_slash = join("/", compcat(local._blf_parts))
full_dash = join("-", compact(local._blf_parts))
full_slash = join("/", compact(local._blf_parts))
}
}

0 comments on commit be485d8

Please sign in to comment.