This commit is contained in:
Clint Shryock 2015-03-25 10:05:15 -05:00
parent 87907e24ba
commit 676f3c5bab
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ func resourceAwsDbInstanceUpdate(d *schema.ResourceData, meta interface{}) error
conn := meta.(*AWSClient).rdsconn
d.Partial(true)
if arn, err := buildRDSARN(d, meta); err != nil {
if arn, err := buildRDSARN(d, meta); err == nil {
if err := setTagsRDS(conn, d, arn); err != nil {
return err
} else {