From 48c31acb411b4dce8eea9ec83032281c18cfe541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Barab=C3=A1s?= Date: Mon, 10 Nov 2025 17:58:52 -0800 Subject: [PATCH] Update instructions for AVM CSV file links As recommended by Copilot review, added a note regarding the links to the latest CSV files and suggested using specific release tags for point-in-time versions. --- instructions/azure-verified-modules-terraform.instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/instructions/azure-verified-modules-terraform.instructions.md b/instructions/azure-verified-modules-terraform.instructions.md index 4964ea7..1828cfb 100644 --- a/instructions/azure-verified-modules-terraform.instructions.md +++ b/instructions/azure-verified-modules-terraform.instructions.md @@ -34,6 +34,8 @@ More details on the AVM process can be found in the [Azure Verified Modules Cont ### Official AVM Index +> **Note:** The following links always point to the latest version of the CSV files on the main branch. As intended, this means the files may change over time. If you require a point-in-time version, consider using a specific release tag in the URL. + - **Terraform Resource Modules**: `https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/static/module-indexes/TerraformResourceModules.csv` - **Terraform Pattern Modules**: `https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/static/module-indexes/TerraformPatternModules.csv` - **Terraform Utility Modules**: `https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/static/module-indexes/TerraformUtilityModules.csv`