Skip to content

Commit

Permalink
backend/consul: make address have a default to prevent input
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Mar 1, 2017
1 parent 8e44162 commit 6ea0dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/remote-state/consul/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 6ea0dc0

Please sign in to comment.