mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 08:56:25 -06:00
providers/heroku: compute cname
This commit is contained in:
parent
accc477984
commit
c76ec75433
@ -97,7 +97,9 @@ func resource_heroku_domain_diff(
|
||||
"app": diff.AttrTypeCreate,
|
||||
},
|
||||
|
||||
ComputedAttrs: []string{},
|
||||
ComputedAttrs: []string{
|
||||
"cname",
|
||||
},
|
||||
}
|
||||
|
||||
return b.Diff(s, c)
|
||||
|
Loading…
Reference in New Issue
Block a user