Destroy (IaC) - CI/CD用語集の定義
destroy は、IaC 設定が管理するすべてのリソースを削除し、依存関係を意識した順序でインフラを解体します。
destroy は、IaC 設定が管理するすべてのリソースを削除し、依存関係を意識した順序でインフラを解体します。
一時的な preview 環境は、pull request が merge またはクローズされた後にきれいに片付けるために destroy に依存します。
関連ガイド
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,…