From 2263616c2e009ff2ac55af04aee1f02d41a2e3a1 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Sat, 26 Jul 2014 21:19:53 -0400 Subject: [PATCH] provider/consul: Fixing resource updates --- builtin/providers/consul/resource_consul_keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/consul/resource_consul_keys.go b/builtin/providers/consul/resource_consul_keys.go index 1cd2732091..9ab07c5451 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) }