You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the state of which infrastructure/systems/configuration have been selected are stored within the project's state/ folder.
To allow users to have multiple deployments, or to allow them to commit their state/ folder to a git repo outside of this git repo, we should allow an alternate state folder to be provided by env var.
Currently the state of which infrastructure/systems/configuration have been selected are stored within the project's
state/
folder.To allow users to have multiple deployments, or to allow them to commit their
state/
folder to a git repo outside of this git repo, we should allow an alternate state folder to be provided by env var.For example https://github.com/starkandwayne/bucc/blob/master/bin/bucc#L17
The text was updated successfully, but these errors were encountered: