Skip to content

Commit

Permalink
#32 corrected resource reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed May 2, 2024
1 parent ea487b7 commit 0d804f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ output "security_group_id" {
value = aws_security_group.custom_sg.id
}
output "aws_lb_target_group" {
value = aws_lb_target_group.tg_blue.arn
value = aws_lb_target_group.target_group.arn
}
output "cluster_name" {
value = aws_ecs_cluster.app_cluster.name
Expand Down

0 comments on commit 0d804f7

Please sign in to comment.