providers/aws: set the dns_name on create [GH-393]
This commit is contained in:
parent
ab6741f6fc
commit
281ba93d39
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue