lifecycle block not in aws_autoscaling_group (#15268)
This commit is contained in:
parent
00dcf9baac
commit
62acef9611
|
@ -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
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue