mirror of https://github.com/pulumi/pulumi.git
cdc63dcaf0
We started trying to prevent computers from going to sleep while running an operation in https://github.com/pulumi/pulumi/pull/17675. However that PR only did so for Cloud backends. Implement the same thing for DIY backends as well to get feature parity here. Fixes https://github.com/pulumi/pulumi/issues/10279 |
||
---|---|---|
.. | ||
asset | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
display | ||
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.