This commit is contained in:
Edward Viaene
2016-10-24 14:23:55 +00:00
parent aaa00e865b
commit a7d37975df
+2 -1
View File
@@ -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 {