backend/consul: make address have a default to prevent input

This commit is contained in:
Mitchell Hashimoto 2017-02-28 19:29:05 -08:00
parent 8e44162fcb
commit 6ea0dc0964
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 0 deletions

View File

@ -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{