mirror of https://github.com/pulumi/pulumi.git
dcd8976169
`pulumi state delete` would provide a selector for the user to specify which resource to delete. (All of the resources listed having the same URN) It would proceed to delete all of the resources in the state with the same URN meaning that every resource displayed is deleted from state. |
||
---|---|---|
.. | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
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.