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

Commit

Permalink
Merge pull request #2 from dxw/fix/lb-target-group-arn-typo
Browse files Browse the repository at this point in the history
(Fix) lb_target_group_arn typo
  • Loading branch information
Stretch96 authored Sep 13, 2018
2 parents ca2fab2 + 0236c94 commit 75cdf7b
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 75cdf7b

Please sign in to comment.