Skip to content

Commit

Permalink
--signed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonviviano committed Feb 5, 2024
1 parent d3c8a99 commit a479d42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/guides/recipes/howto-author-recipes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ 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.
{{< /alert >}}

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

{{% /codetab %}}
Expand Down

0 comments on commit a479d42

Please sign in to comment.