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:
Kim Ngo 2021-01-11 10:27:33 -06:00 committed by GitHub
parent 541b02453c
commit 26d7927eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ driver "terraform" {
working_dir = ""
backend "consul" {
scheme = "https"
gzip = true
}
required_providers {