Files
iac_demo/README.md
2025-11-13 05:30:01 +00:00

16 lines
365 B
Markdown

# 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