Skip to content

Commit

Permalink
Update docs to clarify vars ref (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
johncblandii committed Dec 14, 2022
1 parent 4bbe53b commit 40210e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/core-concepts/stacks/mixins.md
Expand Up @@ -32,7 +32,8 @@ Provide the default settings for operating in a particular stage (e.g. Dev, Stag
For example, let's define the stage name for production in the mixin file named `mixins/stage/prod.yaml`

```yaml
stage: prod
vars:
stage: prod
```

Now, anytime we want to provision a parent stack in production, we'll want to add this to the imports:
Expand Down

0 comments on commit 40210e8

Please sign in to comment.