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,
|
||||
Optional: true,
|
||||
Description: "Address to the Consul Cluster",
|
||||
Default: "", // To prevent input
|
||||
},
|
||||
|
||||
"scheme": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue