From 7b3c156c7aa46d6df16a40836e7cf12e3fabc248 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Mon, 10 Nov 2025 06:56:47 +0000 Subject: [PATCH] Daily snapshot: 2025-11-10 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa6ee38..3c627e3 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ This repo contains hands-on Terraform projects on Azure, following a structured learning path: 1. Foundations (VM, Virtual Network) -2. Modules -3. Remote State & Environments -4. Scaling & Advanced Patterns -5. Security & Testing -6. Production-Ready 3-Tier Architecture +1. Modules +1. Remote State & Environments +1. Scaling & Advanced Patterns +1. Security & Testing +1. Production-Ready 3-Tier Architecture ## 📂 Structure - `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 terraform init terraform plan -terraform apply \ No newline at end of file +terraform apply