providers/dnsimple|heroku: handle ComputedAttrsUpdate

pull/42/head
Jack Pearkes 12 years ago
parent b8660c2a65
commit 454db657be

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

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

Loading…
Cancel
Save