365 B
365 B
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
cd environments/dev
terraform init
terraform plan
terraform apply