Infrastructure Drift Detector Detect, track, and resolve infrastructure drift between Terraform state and actual cloud resources to maintain Infrastructure as Code integrity. Core Principle : Your cloud should match your code. Note : This skill uses CLI command (requires shell execution). --- Quick Start --- Prerequisites - Terraform project with state file (local or remote) - Cloud provider credentials configured - CLI installed - Network access to cloud APIs Supported Cloud Providers | Provider | Setup | |----------|-------| | AWS | AWS credentials (profile, env vars, or IAM role) | | Azure…