mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user