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:
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…
Reference in New Issue