From d804aea7d1d24051b3be8894caf1dcbd7d4458ea Mon Sep 17 00:00:00 2001 From: jasonviviano <83607984+jasonviviano@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:09:37 +0000 Subject: [PATCH] Fixed syntax --- .github/config/en-custom.txt | 1 + docs/content/recipes-section/howto-author-recipes/_index.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/config/en-custom.txt b/.github/config/en-custom.txt index cffe3d697..9ed06194a 100644 --- a/.github/config/en-custom.txt +++ b/.github/config/en-custom.txt @@ -422,6 +422,7 @@ daprSidecar manualScaling httpGet tcp +tf BucketName Balancer vHost diff --git a/docs/content/recipes-section/howto-author-recipes/_index.md b/docs/content/recipes-section/howto-author-recipes/_index.md index 31a19a534..243857f13 100644 --- a/docs/content/recipes-section/howto-author-recipes/_index.md +++ b/docs/content/recipes-section/howto-author-recipes/_index.md @@ -46,7 +46,7 @@ You can reference the [`context` section below](#context-parameter-properties) f {{% codetab %}} -{{< rad file="snippets/recipe.tf" embed=truemarker="//RESOURCE" >}} +{{< rad file="snippets/recipe.tf" embed=true marker="//RESOURCE" >}} {{% /codetab %}} @@ -69,7 +69,7 @@ You can create any [parameter type supported by Bicep](https://learn.microsoft.c {{% codetab %}} -{{< rad file="snippets/recipe.tf" embed=truemarker="//PARAM" >}} +{{< rad file="snippets/recipe.tf" embed=true marker="//PARAM" >}} {{% /codetab %}} @@ -98,7 +98,7 @@ _Note: Secure output parameters is in development. For now, you can use `#disabl {{% codetab %}} -{{< rad file="snippets/recipe.tf" embed=truemarker="//OUTPUT" >}} +{{< rad file="snippets/recipe.tf" embed=true marker="//OUTPUT" >}} {{% /codetab %}}