providers/consul: fix delete diff
This commit is contained in:
parent
37930f51a1
commit
903aa0250c
|
@ -60,6 +60,7 @@ func resourceConsulKeys() *schema.Resource {
|
|||
"delete": &schema.Schema{
|
||||
Type: schema.TypeBool,
|
||||
Optional: true,
|
||||
Default: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue