Idempotent Operation - CI/CD用語集の定義
冪等な操作は、一度実行しても何度実行しても同じ結果を生み出すため、すでに望ましい状態にある IaC 設定を再適用しても何も変わりません。
冪等な操作は、一度実行しても何度実行しても同じ結果を生み出すため、すでに望ましい状態にある IaC 設定を再適用しても何も変わりません。
冪等性は deploy pipeline を再実行しても安全である理由です。繰り返される apply の呼び出しは副作用を積み重ねるのではなく収束します。
関連ガイド
Desired State - CI/CD Glossary DefinitionDesired State: Desired state is the target configuration you declare for a system: the resources, versions, a…
Apply (IaC) - CI/CD Glossary DefinitionApply (IaC): An apply executes the changes an IaC tool computed, creating, updating, or deleting real resourc…
Reconciliation Loop - CI/CD Glossary DefinitionReconciliation Loop: A reconciliation loop is a control mechanism that repeatedly compares desired state to c…