Skip to content

Commit

Permalink
Update alb_listener.tf
Browse files Browse the repository at this point in the history
fixing emergency typo
  • Loading branch information
jcharette authored Jun 21, 2017
1 parent 910be54 commit b7744e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_ecs_default_service/alb_listener.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
resource "aws_alb_target_group" "grp" {
name = "${var.task_name}-${var.environment}"
port = "${var.container_port}"
protocol = "${var.conatiner_protocol}"
protocol = "${var.container_protocol}"
vpc_id = "${var.vpc_id}"
deregistration_delay = "${var.deregistration_delay}"

Expand Down

0 comments on commit b7744e5

Please sign in to comment.