mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
docs/nia: Fix example config block to execute properly (#9547)
CTS running with default configuration will communicate over http unless the Consul client is configured with TLS. Having the example set the scheme to https is misleading and will result in an error: "http: server gave HTTP response to HTTPS client"
This commit is contained in:
parent
39ab1cc60d
commit
9b7bd1a548
@ -141,7 +141,7 @@ driver "terraform" {
|
||||
working_dir = ""
|
||||
|
||||
backend "consul" {
|
||||
scheme = "https"
|
||||
gzip = true
|
||||
}
|
||||
|
||||
required_providers {
|
||||
|
Loading…
x
Reference in New Issue
Block a user