From 300cdd4ccbd6d6610ab1414a0d59ac582e553eb6 Mon Sep 17 00:00:00 2001 From: lakshmimsft Date: Thu, 25 Jul 2024 10:14:55 -0700 Subject: [PATCH] correct highlight --- .../guides/recipes/terraform/howto-custom-provider/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/recipes/terraform/howto-custom-provider/index.md b/docs/content/guides/recipes/terraform/howto-custom-provider/index.md index b14e2ee32..bcfc35c7a 100644 --- a/docs/content/guides/recipes/terraform/howto-custom-provider/index.md +++ b/docs/content/guides/recipes/terraform/howto-custom-provider/index.md @@ -57,7 +57,7 @@ Create a Terraform recipe which deploys a PostgreSQL database instance using cus Update your Environment with the Terraform Recipe. -{{< rad file="snippets/env-complete.bicep" embed=true marker="//ENV" markdownConfig="{linenos=table,hl_lines=[\"22-30\"],linenostart=30,lineNos=false}" >}} +{{< rad file="snippets/env-complete.bicep" embed=true marker="//ENV" markdownConfig="{linenos=table,hl_lines=[\"32-40\"],linenostart=30,lineNos=false}" >}} ## Step 5: Deploy your Radius Environment