From 279cc4e634286de709c447af6c3e45cd1150d6fe Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:55:07 +0100 Subject: [PATCH] Update locals.telemetry.tf (#15) --- locals.telemetry.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locals.telemetry.tf b/locals.telemetry.tf index 18595be..78bc760 100644 --- a/locals.telemetry.tf +++ b/locals.telemetry.tf @@ -1,7 +1,7 @@ locals { - # This is the unique id for the module that is supplied by the AVM team. - # TODO: change this to the PUID for the module. See https://azure.github.io/Azure-Verified-Modules/specs/shared/#id-sfr3---category-telemetry---deploymentusage-telemetry - telem_puid = "00000000" + # This is the unique id AVM Terraform modules that is supplied by the AVM team. + # See https://azure.github.io/Azure-Verified-Modules/specs/shared/#id-sfr3---category-telemetry---deploymentusage-telemetry + telem_puid = "46d3xgtf" # TODO: change this to the name of the module. See https://azure.github.io/Azure-Verified-Modules/specs/shared/#id-sfr3---category-telemetry---deploymentusage-telemetry module_name = "CHANGEME"