Skip to content

Commit

Permalink
fear :: envoy-middlware ecr 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls authored May 12, 2024
1 parent 5fc65ba commit 7fa2c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ locals {
name_prefix_v3 = "xquare-v3"
ecr_names = [
# ECR_REPOSITORY_NAME
"envoy-middlware-be-prod",
"scul-main-fe-prod",
"xquare-infra-be-prod",
"xquare-infra-fe-fe-prod",
Expand Down Expand Up @@ -138,4 +139,4 @@ output "prod_ecr_url" {
value = [
for v in module.prod_ecr : v.ecr_repository_url
]
}
}

0 comments on commit 7fa2c6b

Please sign in to comment.