terraform-azurerm-avm-template This is a template repo for Terraform Azure Verified Modules. Requirements The following requirements are needed by this module: terraform (>= 1.9, < 2.0) azapi (~> 2.4) azurerm (~> 4.0) modtm (~> 0.3) random (~> 3.5) Resources The following resources are used by this module: azurerm_management_lock.this (resource) azurerm_private_endpoint.this_managed_dns_zone_groups (resource) azurerm_private_endpoint.this_unmanaged_dns_zone_groups (resource) azurerm_private_endpoint_application_security_group_association.this (resource) azurerm_resource_group.TODO (resource) azurerm_role_assignment.this (resource) modtm_telemetry.telemetry (resource) random_uuid.telemetry (resource) azapi_client_config.telemetry (data source) modtm_module_source.telemetry (data source) Required Inputs The following input variables are required: location Description: Azure region where the resource should be deployed. Type: string name Description: The name of the this resource.…