Skip to content

Commit

Permalink
correct highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmimsft committed Jul 25, 2024
1 parent d5c5e91 commit e472d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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=[\"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

Expand Down

0 comments on commit e472d0b

Please sign in to comment.