From ecc12b52ca012219935aa13a6b82a160a3b02431 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Oct 2025 20:51:51 +0000 Subject: [PATCH] Fix markdown formatting in gcp_commands.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add proper spacing after # in title for correct markdown syntax - Wrap gcloud commands in code blocks for consistency 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- gcp_commands.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcp_commands.md b/gcp_commands.md index 8789c3d..2fb5956 100644 --- a/gcp_commands.md +++ b/gcp_commands.md @@ -1,13 +1,14 @@ -#GCP Command Reference -===================== +# GCP Command Reference These gcloud commands are used throughout the course: ## 00_04_Exercise_Files **Enable APIs:** +``` gcloud services enable iam.googleapis.com gcloud services enable cloudresourcemanager.googleapis.com +``` ## 04_03_Terraform_Cloud_Setup