Skip to content

Commit

Permalink
Adding information on required AWS TF property for authoring Recipes.
Browse files Browse the repository at this point in the history
Signed-off-by: jasonviviano <[email protected]>
  • Loading branch information
jasonviviano committed Feb 5, 2024
1 parent a479d42 commit 3538c56
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 @@ -42,7 +42,7 @@ Add the `context` parameter to your `variable.tf` file:
Update `main.tf` to use `context` for naming and namespace configuration:

{{< alert title="Authoring for AWS" color="primary" >}}
AWS users are currently required to define their \`required_providers.aws\` property with their \`main.tf\` in order to access AWS credentials.
AWS users are required to define their \`required_providers.aws\` property with their \`main.tf\` in order to access AWS credentials.
{{< /alert >}}

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

0 comments on commit 3538c56

Please sign in to comment.