Plan (IaC) - CI/CD用語集の定義
plan とは、IaC ツールが生成するプレビューで、望ましい状態に到達するためにどのリソースを作成、変更、破棄するかを、変更を一切加えずに正確に示します。
plan とは、IaC ツールが生成するプレビューで、望ましい状態に到達するためにどのリソースを作成、変更、破棄するかを、変更を一切加えずに正確に示します。
pull request で plan を実行すると、何かが適用される前にインフラの変更をレビュー可能な diff に変えられます。
関連ガイド
Apply (IaC) - CI/CD Glossary DefinitionApply (IaC): An apply executes the changes an IaC tool computed, creating, updating, or deleting real resourc…
Destroy (IaC) - CI/CD Glossary DefinitionDestroy (IaC): A destroy removes all resources an IaC configuration manages, tearing down infrastructure in d…
Desired State - CI/CD Glossary DefinitionDesired State: Desired state is the target configuration you declare for a system: the resources, versions, a…