From a7d37975df42413e1d1e7714b9728f6ff3fa35b4 Mon Sep 17 00:00:00 2001 From: Edward Viaene Date: Mon, 24 Oct 2016 14:23:55 +0000 Subject: [PATCH] demo-16 --- demo-16/autoscaling.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo-16/autoscaling.tf b/demo-16/autoscaling.tf index cbca312..07180e6 100644 --- a/demo-16/autoscaling.tf +++ b/demo-16/autoscaling.tf @@ -14,7 +14,8 @@ resource "aws_autoscaling_group" "example-autoscaling" { min_size = 1 max_size = 2 health_check_grace_period = 300 - health_check_type = "EC2" + health_check_type = "ELB" + load_balancers = ["${aws_elb.my-elb.name}"] force_delete = true tag {