mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 21:01:57 +03:00
demo-16
This commit is contained in:
@@ -14,7 +14,8 @@ resource "aws_autoscaling_group" "example-autoscaling" {
|
|||||||
min_size = 1
|
min_size = 1
|
||||||
max_size = 2
|
max_size = 2
|
||||||
health_check_grace_period = 300
|
health_check_grace_period = 300
|
||||||
health_check_type = "EC2"
|
health_check_type = "ELB"
|
||||||
|
load_balancers = ["${aws_elb.my-elb.name}"]
|
||||||
force_delete = true
|
force_delete = true
|
||||||
|
|
||||||
tag {
|
tag {
|
||||||
|
|||||||
Reference in New Issue
Block a user