providers/heroku: compute cname

This commit is contained in:
Jack Pearkes 2014-07-23 15:55:20 -04:00
parent accc477984
commit c76ec75433
1 changed files with 3 additions and 1 deletions

View File

@ -97,7 +97,9 @@ func resource_heroku_domain_diff(
"app": diff.AttrTypeCreate,
},
ComputedAttrs: []string{},
ComputedAttrs: []string{
"cname",
},
}
return b.Diff(s, c)