pulumi/pkg/resource/edit
Kyle Dixler 30f59eb30a
edit.DeleteResource now deletes by reference rather than by URN. This
fixes an issue where 'pulumi state delete <urn>' would prompt the user
to disambiguate between multiple resources in state with the same URN
and proceed to delete all of them. With this change, dependency checks
are performed only if the deletion will lead to no resources possessing
the URN. The targetDependents flag will only target dependents if the
deleted resource will orphan the dependents.
2023-02-09 13:13:57 -08:00
..
doc.go Add new 'pulumi state' command for editing state (#2024) 2018-10-15 09:52:55 -07:00
errors.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
operations.go edit.DeleteResource now deletes by reference rather than by URN. This 2023-02-09 13:13:57 -08:00
operations_test.go edit.DeleteResource now deletes by reference rather than by URN. This 2023-02-09 13:13:57 -08:00