Data Source: azurerm_private_link_service

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

Example Usage

data "azurerm_private_link_service" "example" {
  name                = "myPrivateLinkService"
  resource_group_name = "PrivateLinkServiceRG"
}

output "private_link_service_id" {
  value = data.azurerm_private_link_service.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


The nat_ip_configuration block exports the following:

Timeouts

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