Skip to content

Commit 454db65

Browse files
committed
providers/dnsimple|heroku: handle ComputedAttrsUpdate
1 parent b8660c2 commit 454db65

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

builtin/providers/dnsimple/resource_dnsimple_record.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ func resource_dnsimple_record_diff(
142142
"priority",
143143
"domain_id",
144144
"ttl",
145+
},
146+
147+
ComputedAttrsUpdate: []string{
145148
"hostname",
146149
},
147150
}

builtin/providers/heroku/resource_heroku_app.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ func resource_heroku_app_diff(
203203
"id",
204204
"config_vars",
205205
},
206+
207+
ComputedAttrsUpdate: []string{
208+
"heroku_hostname",
209+
},
206210
}
207211

208212
return b.Diff(s, c)

0 commit comments

Comments
 (0)