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
pull/2147/head
Mike Zupan 11 years ago
parent 6749ea29a4
commit c122323d14

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

Loading…
Cancel
Save