16 lines
365 B
Markdown
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
|