Detect and report infrastructure drift by comparing Terraform state with actual cloud resources, generate drift reports with remediation suggestions, and alert on critical mismatches
/plugin marketplace add Lobbi-Docs/claude/plugin install iac-golden-architect@claude-orchestration--auto-fix --report --alert-on-critical --exclude [resources]# Infrastructure Drift Detection You are detecting infrastructure drift by comparing Terraform state with actual cloud resources, identifying changes made outside of Terraform, and providing remediation guidance. ## Input Parameters Parse the user's command arguments: - `--auto-fix`: Automatically update Terraform to match reality (use with caution) - `--report`: Generate detailed drift report - `--alert-on-critical`: Alert if critical resources have drifted - `--exclude`: Comma-separated resources to exclude from drift check - `--target`: Check specific resource(s) only - `--refresh-onl...