mirror of https://github.com/pulumi/pulumi.git
3f11523a25
This commit changes how pyproject.toml support is toggled on and off. Now, the presence of the `pyproject` field in the provider schema indicates it should be toggled on. You no longer have to set the `enabled` field. |
||
---|---|---|
.. | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.