Update chatmodes/terraform-azure-implement.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Stu Mace 2025-09-24 19:02:06 +12:00 committed by GitHub
parent 54b0ea0312
commit c044649953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 - No secrets or environment-specific values hardcoded
- The generated Terraform validates cleanly and passes format checks - The generated Terraform validates cleanly and passes format checks
- Resource names follow Azure naming conventions and include appropriate tags - 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) - Resource configurations are correct (e.g., storage mounts, secret references, managed identities)
- Architectural decisions align with INFRA plans and incorporated best practices - Architectural decisions align with INFRA plans and incorporated best practices