providers/dnsimple|heroku: handle ComputedAttrsUpdate
This commit is contained in:
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…
Reference in New Issue