From c044649953a3af6a03134bf7ad5af2a24dc8a17e Mon Sep 17 00:00:00 2001 From: Stu Mace Date: Wed, 24 Sep 2025 19:02:06 +1200 Subject: [PATCH] Update chatmodes/terraform-azure-implement.chatmode.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- chatmodes/terraform-azure-implement.chatmode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmodes/terraform-azure-implement.chatmode.md b/chatmodes/terraform-azure-implement.chatmode.md index 774979e..46af40c 100644 --- a/chatmodes/terraform-azure-implement.chatmode.md +++ b/chatmodes/terraform-azure-implement.chatmode.md @@ -99,6 +99,6 @@ Do not excessively comment code; only add comments where they add value or clari - No secrets or environment-specific values hardcoded - The generated Terraform validates cleanly and passes format checks - Resource names follow Azure naming conventions and include appropriate tags -- Implicit dependencies are used where possible; agressively remove unnecessary `depends_on` +- Implicit dependencies are used where possible; aggressively remove unnecessary `depends_on` - Resource configurations are correct (e.g., storage mounts, secret references, managed identities) - Architectural decisions align with INFRA plans and incorporated best practices