Drift Detection - CI/CD用語集の定義
drift detectionは、インフラの実際の状態を宣言された設定と比較して、pipelineの外部で行われた変更(コンソールでの手動編集など)を見つけます。
drift detectionは、インフラの実際の状態を宣言された設定と比較して、pipelineの外部で行われた変更(コンソールでの手動編集など)を見つけます。
drift detectionは、インフラの実際の状態を宣言された設定と比較して、pipelineの外部で行われた変更(コンソールでの手動編集など)を見つけます。
CIでは
スケジュールされた terraform plan -detailed-exitcode のjobは、driftが存在するときに終了コード2を返し、pipelineがアラートを出したり修復用の変更を自動的に開いたりできるようにします。
関連ガイド
Plan/Apply (Terraform) - CI/CD Glossary DefinitionPlan/Apply (Terraform): In Terraform, plan produces a preview of the changes required to reach the desired st…
State Locking - CI/CD Glossary DefinitionState Locking: State locking prevents concurrent operations from writing to the same infrastructure state fil…
Remote Backend - CI/CD Glossary DefinitionRemote Backend: A remote backend stores Terraform state in a shared remote location (such as S3, GCS, or Terr…