From 9b522e31e8b36f0d4a41096de0af43cfb40af858 Mon Sep 17 00:00:00 2001 From: Dane Harrigan Date: Tue, 17 Mar 2020 14:31:36 -0700 Subject: [PATCH] Update consul-connect.mdx HCL grpc key doesn't need quotes --- website/pages/guides/integrations/consul-connect.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/guides/integrations/consul-connect.mdx b/website/pages/guides/integrations/consul-connect.mdx index 163a8d18e..b22b10638 100644 --- a/website/pages/guides/integrations/consul-connect.mdx +++ b/website/pages/guides/integrations/consul-connect.mdx @@ -72,7 +72,7 @@ For HCL configurations: # ... ports { - "grpc" = 8502 + grpc = 8502 } connect {