mirror of https://github.com/pulumi/pulumi.git
10f7baeb87
When a provider with the same URN and ID already exists in the destination snapshot, we can assume it's the provider that has been copied over. This is e.g. useful when running the state move command multiple times with different resources that have the same provider. This also allows moving resources back and forth between stacks. |
||
---|---|---|
.. | ||
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.