diff --git a/builtin/providers/aws/resource_aws_elb.go b/builtin/providers/aws/resource_aws_elb.go index 6a483e5df..26f9c5ffc 100644 --- a/builtin/providers/aws/resource_aws_elb.go +++ b/builtin/providers/aws/resource_aws_elb.go @@ -288,7 +288,7 @@ func resourceAwsElbUpdate(d *schema.ResourceData, meta interface{}) error { } d.Partial(false) - return nil + return resourceAwsElbRead(d, meta) } func resourceAwsElbDelete(d *schema.ResourceData, meta interface{}) error {