# Aiimi Data CoP Azure Sandbox Environment ## 📂 Structure - `modules/` → reusable Terraform modules (network, compute, database, etc.) - `environments/` → environment-specific configs (`dev`, `prod`) - `.github/workflows/terraform.yml` → CI/CD with GitHub Actions ## 🚀 Usage ```bash cd environments/dev terraform init terraform plan terraform apply