mirror of https://github.com/pulumi/pulumi.git
01dc95a173
By default, `pulumi destroy` removes all resources within a stack but leaves the stack and its configuration intact. If one passes the `--remove` option to `destroy`, however, the stack and its configuration will also be removed once the resources within the stack have been deleted. This commit updates the work of @Moon1706 in #11080 to add `remove` as an option to the Go, NodeJS and Python Automation API SDKs' `destroy` methods, which then perform an analogous clean-up. Closes #11080 --------- Co-authored-by: Nikita Sharaev <n.p.sharaev@tinkoff.ru> |
||
---|---|---|
.. | ||
automation | ||
runtime | ||
sxs_ts_test | ||
config.spec.ts | ||
constants.ts | ||
init.spec.ts | ||
iterable.spec.ts | ||
options.spec.ts | ||
output.spec.ts | ||
provider.spec.ts | ||
resource.spec.ts | ||
stackReference.spec.ts | ||
unwrap.spec.ts | ||
util.ts |