Skip to content

Commit

Permalink
lifecycle block not in aws_autoscaling_group (hashicorp#15268)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoeric authored and stack72 committed Jun 13, 2017
1 parent 00dcf9b commit 62acef9
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
```

Expand Down

0 comments on commit 62acef9

Please sign in to comment.