From c123192946b6c039f8ce6033cd4fb1cc48be7684 Mon Sep 17 00:00:00 2001 From: Kim Ngo Date: Mon, 11 Jan 2021 10:27:33 -0600 Subject: [PATCH] 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" --- website/content/docs/nia/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/nia/configuration.mdx b/website/content/docs/nia/configuration.mdx index 3e608de95b..7f1d55e3ca 100644 --- a/website/content/docs/nia/configuration.mdx +++ b/website/content/docs/nia/configuration.mdx @@ -141,7 +141,7 @@ driver "terraform" { working_dir = "" backend "consul" { - scheme = "https" + gzip = true } required_providers {