mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06:00
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
Block a user