From 903aa0250c798369723209712c2e0cff0be2ca8b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 20 Oct 2014 14:09:57 -0700 Subject: [PATCH] providers/consul: fix delete diff --- builtin/providers/consul/resource_consul_keys.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/consul/resource_consul_keys.go b/builtin/providers/consul/resource_consul_keys.go index a1d850cdf..45647b8ff 100644 --- a/builtin/providers/consul/resource_consul_keys.go +++ b/builtin/providers/consul/resource_consul_keys.go @@ -60,6 +60,7 @@ func resourceConsulKeys() *schema.Resource { "delete": &schema.Schema{ Type: schema.TypeBool, Optional: true, + Default: false, }, }, },