main.privateendpoint.tf (4 lines): - line 1: # TODO remove this code & var.private_endpoints if private link is not support. Note it must be included in this module if it is supported. - line 15: subresource_names = ["TODO subresource name, see https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource"] - line 32: subresource_name = "TODO subresource name" - line 33: member_name = "TODO subresource name" variables.tf (2 lines): - line 27: condition = can(regex("TODO determine REGEX", var.name)) - line 29: # TODO remove the example below once complete: locals.telemetry.tf (2 lines): - line 6: # 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 - line 9: # TODO: Change this. Should be either `res` or `ptn` terraform.tf (1 line): - line 4: # TODO: Ensure all required providers are listed here. outputs.tf (1 line): - line 1: # TODO: insert outputs here. main.tf (1 line): - line 1: # TODO: insert resources here. locals.tf (1 line): - line 1: # TODO: insert locals here.