providers/consul: fix delete diff

This commit is contained in:
Mitchell Hashimoto 2014-10-20 14:09:57 -07:00
parent 37930f51a1
commit 903aa0250c
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ func resourceConsulKeys() *schema.Resource {
"delete": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Default: false,
},
},
},