diff --git a/builtin/providers/aws/resource_aws_elb.go b/builtin/providers/aws/resource_aws_elb.go index e1f90900b..e76cd28b2 100644 --- a/builtin/providers/aws/resource_aws_elb.go +++ b/builtin/providers/aws/resource_aws_elb.go @@ -327,7 +327,7 @@ func resourceAwsElbUpdate(d *schema.ResourceData, meta interface{}) error { } _, err := elbconn.ModifyLoadBalancerAttributes(&attrs) if err != nil { - return fmt.Errorf("Failure configuring health check: %s", err) + return fmt.Errorf("Failure configuring cross zone balancing: %s", err) } d.SetPartial("cross_zone_load_balancing") }