State Locking - CI/CD用語集の定義
state locking は、書き込み前に lock を取得することで、二つの実行が同時に同じ IaC 状態を変更するのを防ぎ、並行する apply 操作による破損を回避します。
state locking は、書き込み前に lock を取得することで、二つの実行が同時に同じ IaC 状態を変更するのを防ぎ、並行する apply 操作による破損を回避します。
複数の job が deploy する可能性のある CI pipeline では、state locking がそれらが互いに干渉するのを防ぎます。
関連ガイド
Remote State - CI/CD Glossary DefinitionRemote State: Remote state stores an IaC tool's state file in a shared backend (such as an S3 bucket or a man…
State File - CI/CD Glossary DefinitionState File: A state file is the record an IaC tool keeps of the resources it manages, mapping configuration t…
Apply (IaC) - CI/CD Glossary DefinitionApply (IaC): An apply executes the changes an IaC tool computed, creating, updating, or deleting real resourc…