diff --git a/website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx b/website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx index 0b29de1eb..5d4a7a020 100644 --- a/website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx +++ b/website/content/docs/templates/hcl_templates/functions/contextual/vault.mdx @@ -17,7 +17,7 @@ can access it using the following: ```hcl locals { - foo = vault("/secret/data/hello" "foo") + foo = vault("/secret/data/hello", "foo") } ```