mirror of https://github.com/pulumi/pulumi.git
![]() Previously, we would write a stack's configuration file next to Pulumi.yaml in a file named `Pulumi.<stack-name>.yaml`. This behavior could be controled by setting the `config` property in the project's `Pulumi.yaml` file. This change updates the default storage location to be under a new `.pulumi` folder that lives next to `Pulumi.yaml`. For configuration files that are already present in the root, we'll continue to use them, but configuration for new stacks will be created in `.pulumi`. To go back to the old behavior, one can add `config: .` to their Pulumi.yaml file. Fixes #2005 |
||
---|---|---|
.. | ||
config_basic | ||
config_capture_e2e/nodejs | ||
delete_before_create | ||
dependency_steps | ||
double_pending_delete | ||
duplicate_urns | ||
empty | ||
explicit_provider | ||
get_created | ||
invalid_package_json | ||
partial_state | ||
project_main | ||
project_main_abs | ||
project_main_parent | ||
protect_resources | ||
read | ||
recreate_resource_check | ||
stack_bad_parenting | ||
stack_dependencies | ||
stack_outputs | ||
stack_parenting | ||
stack_project_name | ||
stack_reference | ||
steps | ||
integration_test.go |