Skip to content

Commit 546072b

Browse files
committed
fix: output 이름 복수형에서 단수형으로 변경
1 parent fd7459b commit 546072b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/dev/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ output "ecs_task_definitions_check" {
22
value = local.ecs_task_definitions
33
}
44

5-
output "ecr_repository_names" {
5+
output "ecr_repository_name" {
66
value = data.terraform_remote_state.bootstrap.outputs.ecr_repo_names["dev"]
77
}

0 commit comments

Comments
 (0)