main.privateendpoint.tf (9 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: private_connection_resource_id = azurerm_resource_group.TODO.id # TODO: Replace this dummy resource azurerm_resource_group.TODO with your module resource - line 16: subresource_names = ["TODO subresource name, see https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource"] - line 24: member_name = "TODO subresource name" - line 25: subresource_name = "TODO subresource name" - line 54: private_connection_resource_id = azurerm_resource_group.TODO.id # TODO: Replace this dummy resource azurerm_resource_group.TODO with your module resource - line 55: subresource_names = ["TODO subresource name, see https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource"] - line 63: member_name = "TODO subresource name" - line 64: subresource_name = "TODO subresource name" main.tf (3 lines): - line 1: # TODO: Replace this dummy resource azurerm_resource_group.TODO with your module resource - line 14: scope = azurerm_resource_group.TODO.id # TODO: Replace with your azurerm resource name - line 22: scope = azurerm_resource_group.TODO.id # TODO: Replace this dummy resource azurerm_resource_group.TODO with your module resource 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. variables.tf (1 line): - line 13: error_message = "The name must be TODO." # TODO remove the example below once complete: locals.tf (1 line): - line 1: # TODO: insert locals here.