provider/consul: Fixing resource updates
This commit is contained in:
parent
18333f149e
commit
2263616c2e
|
@ -156,7 +156,7 @@ AFTER:
|
||||||
"datacenter": diff.AttrTypeCreate,
|
"datacenter": diff.AttrTypeCreate,
|
||||||
"key": diff.AttrTypeUpdate,
|
"key": diff.AttrTypeUpdate,
|
||||||
},
|
},
|
||||||
ComputedAttrs: computed,
|
ComputedAttrsUpdate: computed,
|
||||||
}
|
}
|
||||||
return b.Diff(s, c)
|
return b.Diff(s, c)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue