provider/consul: Fixing resource updates

This commit is contained in:
Armon Dadgar 2014-07-26 21:19:53 -04:00
parent 18333f149e
commit 2263616c2e
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ AFTER:
"datacenter": diff.AttrTypeCreate,
"key": diff.AttrTypeUpdate,
},
ComputedAttrs: computed,
ComputedAttrsUpdate: computed,
}
return b.Diff(s, c)
}