diff --git a/builtin/providers/consul/resource_consul_keys.go b/builtin/providers/consul/resource_consul_keys.go index 1cd273209..9ab07c545 100644 --- a/builtin/providers/consul/resource_consul_keys.go +++ b/builtin/providers/consul/resource_consul_keys.go @@ -156,7 +156,7 @@ AFTER: "datacenter": diff.AttrTypeCreate, "key": diff.AttrTypeUpdate, }, - ComputedAttrs: computed, + ComputedAttrsUpdate: computed, } return b.Diff(s, c) }