ワンクリックで
investigate-terraform-drift
Determine why actual infrastructure differs from Terraform state and choose a safe reconciliation path.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Determine why actual infrastructure differs from Terraform state and choose a safe reconciliation path.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Identify why an AWS API call is denied and what policy element blocks it.
Diagnose EKS worker nodes in NotReady and determine safe remediation.
Identify the primary drivers of a sudden cloud cost increase and implement safe mitigations.
Diagnose GCP quota errors and identify the quota, scope, and fastest safe mitigation.
Diagnose node-level memory/disk/pid pressure and determine safe mitigations.
Diagnose pods stuck in Pending and identify scheduling constraints.
| id | investigate-drift |
| name | Investigate Terraform Drift |
| description | Determine why actual infrastructure differs from Terraform state and choose a safe reconciliation path. |
| tags | ["terraform","drift","triage","oncall"] |
| maturity | draft |
| inputs | {"workspace":"string","time_window":"string?"} |
| outputs | ["drift_summary","suspected_mutators","reconciliation_plan"] |
| tools_allowed | ["terraform.plan","terraform.read","vcs.read"] |
| safety | {"default_mode":"read_only","forbidden":["terraform.apply","terraform.import","terraform.state_write"],"requires_confirmation_for":["terraform.import","terraform.apply"]} |
Use when a plan shows unexpected changes or monitoring indicates config drift.
terraform plan against the workspace/backend.terraform plan