From c61ba96f69aae1b9f71a0b0b0ce248db3fb0b065 Mon Sep 17 00:00:00 2001 From: zimtls <86154419+zimtls@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:53:55 +0100 Subject: [PATCH] Fix single quote in TF init (#4182) Message from terraform init : Single quotes are not valid. Use double quotes (") to enclose strings. --- website/content/docs/install-boundary/no-gen-resources.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/install-boundary/no-gen-resources.mdx b/website/content/docs/install-boundary/no-gen-resources.mdx index 6f5bacd639..39b85584d9 100644 --- a/website/content/docs/install-boundary/no-gen-resources.mdx +++ b/website/content/docs/install-boundary/no-gen-resources.mdx @@ -88,7 +88,7 @@ To configure your provider to use the recovery KMS workflow, provide the KMS blo ```hcl provider "boundary" { - addr = 'https://boundary.mycorp.com:9200' + addr = "https://boundary.mycorp.com:9200" recovery_kms_hcl = <