Skip to content

Commit 3983f28

Browse files
committed
fix: A 레코드 수정
1 parent c1598ce commit 3983f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/common/locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ locals {
9494
}
9595

9696
subdomains = {
97-
api = local.alb_alias
98-
dev = local.alb_alias
97+
api = local.alb_alias
98+
api-dev = local.alb_alias
9999
}
100100
}
101101

0 commit comments

Comments
 (0)