mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
demo-16
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user