From c0499b268a1d30f5782740ffeb2df1d33cb239ed Mon Sep 17 00:00:00 2001 From: Eron Wright Date: Tue, 29 Oct 2024 16:04:06 -0700 Subject: [PATCH] Update _index.md Add some detail about the `stackConfigDir` attribute, since I went looking for such information to solve an issue. --- content/docs/iac/concepts/projects/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/iac/concepts/projects/_index.md b/content/docs/iac/concepts/projects/_index.md index 5aea4bc25c83..0b30c2816dd8 100644 --- a/content/docs/iac/concepts/projects/_index.md +++ b/content/docs/iac/concepts/projects/_index.md @@ -166,6 +166,7 @@ variables: ## Stack settings files {#stack-settings-file} Each stack that is created in a project will have a file named `Pulumi..yaml` that contains the configuration specific to this stack. This file typically resides in the root of the project directory. +To change the location where stack configuration files are stored for a given project, set the `stackConfigDir` metadata attribute to a relative directory. For stacks that are actively developed by multiple members of a team, the recommended practice is to check them into source control as a means of collaboration. Since secret values are encrypted, it is safe to check in these stack settings. When using ephemeral stacks, the stack settings are typically not checked into source control.