don't need to create a new ASG for this change

Tested

```
aws_autoscaling_group.rabbit: Modifying...
  health_check_grace_period: "200" => "3000"
aws_autoscaling_group.rabbit: Modifications complete
```
This commit is contained in:
Mike Zupan 2015-04-25 19:50:33 -07:00
parent 3d367794e9
commit 9fe6317348
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ func resourceAwsAutoscalingGroup() *schema.Resource {
Type: schema.TypeInt,
Optional: true,
Computed: true,
ForceNew: true,
},
"health_check_type": &schema.Schema{