Backend (IaC) - CI/CD用語集の定義
backendはIaCツールがstateをどこにどのように保存し、操作を実行するかを定義します。例えばローカルファイル、S3バケット、あるいはlockingも処理するマネージドなリモートbackendなどです。
backendはIaCツールがstateをどこにどのように保存し、操作を実行するかを定義します。例えばローカルファイル、S3バケット、あるいはlockingも処理するマネージドなリモートbackendなどです。
リモートbackendを選ぶことが、個人プロジェクトをチームで安全に扱える、CIに適したworkflowへと変えます。
関連ガイド
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 Locking - CI/CD Glossary DefinitionState Locking: State locking prevents two runs from modifying the same IaC state at once by acquiring a lock…
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…