Skip to content

Commit

Permalink
Fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonviviano committed Aug 11, 2023
1 parent fe7643f commit d804aea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/config/en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ daprSidecar
manualScaling
httpGet
tcp
tf
BucketName
Balancer
vHost
Expand Down
6 changes: 3 additions & 3 deletions docs/content/recipes-section/howto-author-recipes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}

Expand All @@ -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 %}}

Expand Down Expand Up @@ -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 %}}

Expand Down

0 comments on commit d804aea

Please sign in to comment.