lifecycle block not in aws_autoscaling_group (#15268)

This commit is contained in:
Eric Ho 2017-06-13 17:28:52 +08:00 committed by Paul Stack
parent 00dcf9baac
commit 62acef9611
1 changed files with 0 additions and 4 deletions

View File

@ -78,10 +78,6 @@ resource "aws_autoscaling_group" "bar" {
launch_configuration = "${aws_launch_configuration.as_conf.name}"
min_size = 1
max_size = 2
lifecycle {
create_before_destroy = true
}
}
```