[TODO] support planning for destroy #703
Labels
feature
Request or pull request for a new feature
priority:low
Low priority issue or pull request
status:review_needed
Issue or pull request needs reviewed
Summary
Creates a plan whose goal is to destroy all remote objects that currently exist. This can be useful for situations like transient development environments, where the managed objects cease to be useful once the development task is complete.
The idea for this implementation is based around
terraform apply -destroy
.Tasks
--destroy
option torunway plan
<instance>.plan(destroy=True)
.plan_destroy()
)--destroy
logic to CDK--destroy
logic to Cloudformation--destroy
logic to Kubernetes--destroy
logic to Serverless--destroy
logic to static site--destroy
logic to TerraformThe text was updated successfully, but these errors were encountered: