From c122323d1407d0bca2ea13bc698452e0253f6357 Mon Sep 17 00:00:00 2001 From: Mike Zupan Date: Fri, 29 May 2015 13:40:15 -0700 Subject: [PATCH] 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 --- builtin/providers/aws/resource_aws_autoscaling_group.go | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_autoscaling_group.go b/builtin/providers/aws/resource_aws_autoscaling_group.go index 50de22153e..04aed35513 100644 --- a/builtin/providers/aws/resource_aws_autoscaling_group.go +++ b/builtin/providers/aws/resource_aws_autoscaling_group.go @@ -79,7 +79,6 @@ func resourceAwsAutoscalingGroup() *schema.Resource { Type: schema.TypeString, Optional: true, Computed: true, - ForceNew: true, }, "availability_zones": &schema.Schema{