Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
(Fix) lb_target_group_arn typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stretch96 committed Sep 13, 2018
1 parent ca2fab2 commit 0236c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_ecs_service" "main" {
health_check_grace_period_seconds = 30

load_balancer {
target_group_arn = "${var.alb_target_group_arn}"
target_group_arn = "${var.lb_target_group_arn}"
container_name = "${var.container_name}"
container_port = "${var.container_port}"
}
Expand Down

0 comments on commit 0236c94

Please sign in to comment.