backend/consul: make address have a default to prevent input
This commit is contained in:
parent
8e44162fcb
commit
6ea0dc0964
|
@ -36,6 +36,7 @@ func New() backend.Backend {
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Description: "Address to the Consul Cluster",
|
Description: "Address to the Consul Cluster",
|
||||||
|
Default: "", // To prevent input
|
||||||
},
|
},
|
||||||
|
|
||||||
"scheme": &schema.Schema{
|
"scheme": &schema.Schema{
|
||||||
|
|
Loading…
Reference in New Issue