providers/aws: set the dns_name on create [GH-393]

This commit is contained in:
Mitchell Hashimoto 2014-10-10 13:50:08 -07:00
parent ab6741f6fc
commit 281ba93d39
1 changed files with 1 additions and 1 deletions

View File

@ -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 {