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,
|
"app": diff.AttrTypeCreate,
|
||||||
},
|
},
|
||||||
|
|
||||||
ComputedAttrs: []string{},
|
ComputedAttrs: []string{
|
||||||
|
"cname",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
return b.Diff(s, c)
|
return b.Diff(s, c)
|
||||||
|
|
Loading…
Reference in New Issue