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 | ||
data/lazy_import_test | ||
langhost | ||
provider | ||
runtime | ||
__init__.py | ||
conftest.py | ||
helpers.py | ||
test_broken_dynamic_provider.py | ||
test_config.py | ||
test_deprecated.py | ||
test_invoke.py | ||
test_monitor_termination.py | ||
test_next_serialize.py | ||
test_output.py | ||
test_resource.py | ||
test_runtime_to_json.py | ||
test_stack_reference.py | ||
test_stack_registers_outputs.py | ||
test_translate_output_properties.py | ||
test_types_input_type.py | ||
test_types_input_type_types.py | ||
test_types_output_type.py | ||
test_types_resource_types.py | ||
test_urn.py | ||
test_utils.py |