main.privateendpoint.tf (9 lines): - line 2: # 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 16: private_connection_resource_id = azurerm_resource_group.TODO.id # TODO: Replace this dummy resource azurerm_resource_group.TODO with your module resource - line 17: subresource_names = ["TODO subresource name, see https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource"] - line 25: member_name = "TODO subresource name" - line 26: subresource_name = "TODO subresource name" - line 55: private_connection_resource_id = azurerm_resource_group.TODO.id # TODO: Replace this dummy resource azurerm_resource_group.TODO with your module resource - line 56: subresource_names = ["TODO subresource name, see https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource"] - line 64: member_name = "TODO subresource name" - line 65: subresource_name = "TODO subresource name" terraform.tf (1 line): - line 4: # TODO: Ensure all required providers are listed here and the version property includes a constraint on the maximum major version. locals.tf (1 line): - line 1: # TODO: insert locals here.