Data Source: azurerm_private_link_service_endpoint_connections

Use this data source to access endpoint connection information about an existing Private Link Service.

Example Usage

data "azurerm_private_link_service_endpoint_connections" "example" {
  service_id          = azurerm_private_link_service.example.id
  resource_group_name = azurerm_resource_group.example.name
}

output "private_endpoint_status" {
  value = data.azurerm_private_link_service_endpoint_connections.example.private_endpoint_connections[0].status
}

Argument Reference

The following arguments are supported:

Attributes Reference

The private_endpoint_connections block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: