Merge pull request #831 from gulyasm/log-typo
Fixed wrong cross zone balancing error log.
This commit is contained in:
commit
df71834ff7
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue