mirror of https://github.com/pulumi/pulumi.git
23fe012714
We recently started validating the `Pulumi.yaml` file against its schema, leading to the following error when the `refresh: always` option is specified: ``` error: could not load current project: 1 error occurred: * #/options/refresh: expected boolean, but got string ``` The problem is the feature is expecting a string value of `"always"` but the schema for the project file is incorrectly specified as `boolean`. This change fixes the schema, which avoids the error. A separate change will fix the documentation at https://www.pulumi.com/docs/reference/pulumi-yaml/#options-options |
||
---|---|---|
.. | ||
creds.go | ||
creds_test.go | ||
loaders.go | ||
paths.go | ||
paths_test.go | ||
plugins.go | ||
plugins_install_nodejs_test.go | ||
plugins_install_python_test.go | ||
plugins_install_test.go | ||
plugins_test.go | ||
project.go | ||
project.json | ||
project_test.go | ||
settings.go | ||
templates.go | ||
templates_test.go | ||
workspace.go |