providers/dnsimple|heroku: handle ComputedAttrsUpdate

This commit is contained in:
Jack Pearkes 2014-07-24 23:29:58 -04:00
parent b8660c2a65
commit 454db657be
2 changed files with 7 additions and 0 deletions

View File

@ -142,6 +142,9 @@ func resource_dnsimple_record_diff(
"priority",
"domain_id",
"ttl",
},
ComputedAttrsUpdate: []string{
"hostname",
},
}

View File

@ -203,6 +203,10 @@ func resource_heroku_app_diff(
"id",
"config_vars",
},
ComputedAttrsUpdate: []string{
"heroku_hostname",
},
}
return b.Diff(s, c)