Destroy (IaC) - CI/CD Glossary Definition
A destroy removes all resources an IaC configuration manages, tearing down infrastructure in dependency-aware order.
A destroy removes all resources an IaC configuration manages, tearing down infrastructure in dependency-aware order.
Ephemeral preview environments lean on destroy to clean up cleanly after a pull request is merged or closed.
Related guides
Apply (IaC) - CI/CD Glossary DefinitionApply (IaC): An apply executes the changes an IaC tool computed, creating, updating, or deleting real resourc…
Plan (IaC) - CI/CD Glossary DefinitionPlan (IaC): A plan is a preview an IaC tool generates showing exactly which resources it would create, change…
Blast Radius - CI/CD Glossary DefinitionBlast Radius: Blast radius is the scope of impact if a change or failure goes wrong: how many systems, users,…