Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Adding Default value for ALB
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhartmann committed Dec 11, 2017
1 parent e45a6a2 commit e7ed5dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ resource "aws_alb_target_group" "consul_ui" {
vpc_id = "${data.aws_vpc.vpc.id}"

health_check {
path = "/ping"
path = "/ping"
matcher = "200"
}

stickiness {
Expand Down

0 comments on commit e7ed5dd

Please sign in to comment.