From f2ec01e214afc489148b7fcc94c697d69ac3502d Mon Sep 17 00:00:00 2001 From: Lennart Passig Date: Wed, 26 Jul 2023 21:00:08 +0200 Subject: [PATCH] Update configure-controllers.mdx (#3407) Not correct based on: https://developer.hashicorp.com/boundary/docs/configuration/controller#public_cluster_addr --- website/content/docs/install-boundary/configure-controllers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/install-boundary/configure-controllers.mdx b/website/content/docs/install-boundary/configure-controllers.mdx index e3d7ceee9c..4f987b73a6 100644 --- a/website/content/docs/install-boundary/configure-controllers.mdx +++ b/website/content/docs/install-boundary/configure-controllers.mdx @@ -171,7 +171,7 @@ controller { # This is the public hostname or IP where the workers can reach the # controller. This should typically be a load balancer address - public_cluster_address = "example-cluster-lb.example.com" + public_cluster_addr = "example-cluster-lb.example.com" # Enterprise license file, can also be the raw value or env:// value license = "file:///path/to/license/file.hclic"