Remote Backend - CI/CD用語集の定義
remote backendは、Terraformのstateをローカルディスクではなく共有のリモートロケーション(S3、GCS、Terraform Cloudなど)に保存し、チームでのコラボレーションとlockingを可能にします。
remote backendは、Terraformのstateをローカルディスクではなく共有のリモートロケーション(S3、GCS、Terraform Cloudなど)に保存し、チームでのコラボレーションとlockingを可能にします。
remote backendは、Terraformのstateをローカルディスクではなく共有のリモートロケーション(S3、GCS、Terraform Cloudなど)に保存し、チームでのコラボレーションとlockingを可能にします。
関連ガイド
State Locking - CI/CD Glossary DefinitionState Locking: State locking prevents concurrent operations from writing to the same infrastructure state fil…
Workspace (Terraform) - CI/CD Glossary DefinitionWorkspace (Terraform): A Terraform workspace is a named, isolated instance of state within a single backend,…
Plan/Apply (Terraform) - CI/CD Glossary DefinitionPlan/Apply (Terraform): In Terraform, plan produces a preview of the changes required to reach the desired st…