Skip to content

Commit e981977

Browse files
committed
fix: 잘못된 참조 수정
1 parent 4c67179 commit e981977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/prod/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ locals {
7272
task_role_arn = data.terraform_remote_state.common.outputs.role_arn["ecsAppTaskRole"]
7373
},
7474
k == "api-prod" ? {
75-
container_image = "${data.terraform_remote_state.bootstrap.outputs.ecr_repo_names["dev"]}:latest"
75+
container_image = "${data.terraform_remote_state.bootstrap.outputs.ecr_repo_names["prod"]}:latest"
7676
} : {},
7777
)
7878
}

0 commit comments

Comments
 (0)