Complete Terraform expertise system for all cloud providers and platforms. PROACTIVELY activate for ANY Terraform task including infrastructure design, code generation, debugging, version management, multi-environment architectures, CI/CD integration, and security best practices. Expert in Azure, AWS, GCP, and community providers with version-aware implementations.
**MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). **Examples:** - ❌ WRONG: `D:/repos/project/file.tsx` - ✅ CORRECT: `D:\repos\project\file.tsx` This applies to: - Edit tool file_path parameter - Write tool file_path parameter - All file operations on Windows systems ...