Skip to content

Commit

Permalink
Fixed the previous sentence.
Browse files Browse the repository at this point in the history
Signed-off-by: jasonviviano <[email protected]>
  • Loading branch information
jasonviviano committed Feb 6, 2024
1 parent f5e8c11 commit 6ef3523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guides/recipes/howto-author-recipes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Add the `context` parameter to your `variable.tf` file:

{{< rad file="snippets/redis-kubernetes-variables.tf" embed=true marker="//CONTEXT" lang="terraform" >}}

Ensure that your `main.tf` has a defined `required_providers` in order to ensure that credentials and the correct resource provider is detected by Radius:
Ensure that your `main.tf` has a defined `required_providers` in order to guarantee that your credentials and the correct resource provider is detected by Radius:

{{< rad file="snippets/redis-kubernetes-main.tf" embed=true marker="//PROVIDER" lang="terraform" >}}

Expand Down

0 comments on commit 6ef3523

Please sign in to comment.