From 3c5fd89b0f29ef2de351996b98c3ecc625c1aa63 Mon Sep 17 00:00:00 2001 From: jasonviviano <83607984+jasonviviano@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:33:37 +0000 Subject: [PATCH] Fixed snippet render Signed-off-by: jasonviviano <83607984+jasonviviano@users.noreply.github.com> --- .../guides/recipes/Terraform/howto-private-registry/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/recipes/Terraform/howto-private-registry/index.md b/docs/content/guides/recipes/Terraform/howto-private-registry/index.md index 75df2be77..68c8af4cd 100644 --- a/docs/content/guides/recipes/Terraform/howto-private-registry/index.md +++ b/docs/content/guides/recipes/Terraform/howto-private-registry/index.md @@ -51,7 +51,7 @@ In your `env.bicep` file add an Environment resource, along with Recipe configur Update your Environment with a Terraform Recipe, pointing to your private git repository. Note that your `templatePath` should contain a `git::` prefix, per the [Terraform module documentation](https://developer.hashicorp.com/terraform/language/modules/sources#generic-git-repository). -{{< rad file="snippets/env-complete.bicep" embed=true marker="//ENV" markdownConfig="{linenos=table,hl_lines=[\"23-31\"],linenostart=30}" >}} +{{< rad file="snippets/env-complete.bicep" embed=true marker="//ENV" markdownConfig="{linenos=table,hl_lines=[\"22-30\"],linenostart=30}" >}} ## Step 5: Deploy your Radius Environment