Switching the healthcheck shouldn't cause a refresh of the resource

Switching the healthcheck from elb->ec2 or ec2->elb shouldn't cause the ASG to re-create itself
This commit is contained in:
Mike Zupan 2015-05-29 13:40:15 -07:00
parent 6749ea29a4
commit c122323d14
1 changed files with 0 additions and 1 deletions

View File

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