From 281ba93d394b9f3e1246d79a4262cf69245b76fd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 10 Oct 2014 13:50:08 -0700 Subject: [PATCH] providers/aws: set the dns_name on create [GH-393] --- builtin/providers/aws/resource_aws_elb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_elb.go b/builtin/providers/aws/resource_aws_elb.go index 6a483e5df0..26f9c5ffc2 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 {