Remote State - CI/CD用語集の定義
リモート状態は、IaC ツールの state file をローカルディスクではなく共有バックエンド(S3 bucket やマネージドサービスなど)に保存し、チームとその CI pipeline が単一の信頼できる情報源を共有できるようにします。
リモート状態は、IaC ツールの state file をローカルディスクではなく共有バックエンド(S3 bucket やマネージドサービスなど)に保存し、チームとその CI pipeline が単一の信頼できる情報源を共有できるようにします。
リモート状態はチームのワークフローの前提条件です。state file を一元化し、locking を可能にします。
関連ガイド
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…
State Locking - CI/CD Glossary DefinitionState Locking: State locking prevents two runs from modifying the same IaC state at once by acquiring a lock…
Backend (IaC) - CI/CD Glossary DefinitionBackend (IaC): A backend defines where and how an IaC tool stores its state and runs operations, for example…