From db6afcc018de2ba039547332eda816d5cdf26e4d Mon Sep 17 00:00:00 2001 From: "John C. Bland II" Date: Wed, 14 Dec 2022 11:49:11 -0800 Subject: [PATCH] Update docs to clarify vars ref --- website/docs/core-concepts/stacks/mixins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/core-concepts/stacks/mixins.md b/website/docs/core-concepts/stacks/mixins.md index d1d882dfd..3ec620277 100644 --- a/website/docs/core-concepts/stacks/mixins.md +++ b/website/docs/core-concepts/stacks/mixins.md @@ -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: