From 67962dfc35b26dd74b95d083254abf961c6ef16a Mon Sep 17 00:00:00 2001 From: Sebastian Graef Date: Wed, 6 Aug 2025 11:18:23 +1000 Subject: [PATCH] Add link to Azure Verified Modules Contribution documentation for AVM process details --- chatmodes/azure-verified-modules-terraform.chatmode.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chatmodes/azure-verified-modules-terraform.chatmode.md b/chatmodes/azure-verified-modules-terraform.chatmode.md index 4b97496..4bdcfd5 100644 --- a/chatmodes/azure-verified-modules-terraform.chatmode.md +++ b/chatmodes/azure-verified-modules-terraform.chatmode.md @@ -54,3 +54,4 @@ Use Azure Verified Modules for Terraform to enforce Azure best practices via pre ``` These commands must be run before any pull request is created or updated to ensure compliance with the Azure Verified Modules standards and prevent CI/CD pipeline failures. +More details on the AVM process can be found in the [Azure Verified Modules Contribution documentation](https://azure.github.io/Azure-Verified-Modules/contributing/terraform/testing/).