Daily snapshot: 2025-11-10

This commit is contained in:
2025-11-10 06:56:47 +00:00
parent b533e11611
commit 7b3c156c7a
+6 -6
View File
@@ -2,11 +2,11 @@
This repo contains hands-on Terraform projects on Azure, following a structured learning path: This repo contains hands-on Terraform projects on Azure, following a structured learning path:
1. Foundations (VM, Virtual Network) 1. Foundations (VM, Virtual Network)
2. Modules 1. Modules
3. Remote State & Environments 1. Remote State & Environments
4. Scaling & Advanced Patterns 1. Scaling & Advanced Patterns
5. Security & Testing 1. Security & Testing
6. Production-Ready 3-Tier Architecture 1. Production-Ready 3-Tier Architecture
## 📂 Structure ## 📂 Structure
- `modules/` → reusable Terraform modules (network, compute, database, etc.) - `modules/` → reusable Terraform modules (network, compute, database, etc.)
@@ -18,4 +18,4 @@ This repo contains hands-on Terraform projects on Azure, following a structured
cd environments/dev cd environments/dev
terraform init terraform init
terraform plan terraform plan
terraform apply terraform apply