yandex_vpc_private_endpoint (DataSource)
Статья создана
Обновлена 23 сентября 2026 г.
Get information about a Yandex VPC Private Endpoint. For more information, see Yandex Cloud VPC.
This data source is used to define VPC Private Endpoint that can be used by other resources.
Важно
One of private_endpoint_id or name should be specified.
Example usage
//
// Get information about existing VPC Private Endpoint.
//
data "yandex_vpc_private_endpoint" "pe" {
private_endpoint_id = "my-private-endpoint-id"
}
//
// Use dns_records to get the DNS record FQDN assigned to the private endpoint.
//
output "dns_record_fqdn" {
value = data.yandex_vpc_private_endpoint.pe.dns_records[0].name
}
Arguments & Attributes Reference
created_at(Read-Only) (String). The creation timestamp of the resource.description(Read-Only) (String). The resource description.dns_options(Read-Only) (List Of Object).private_dns_records_enabled.
dns_records(Read-Only) (List Of Object).name.
endpoint_address(Read-Only) (List Of Object).address.address_id.subnet_id.
folder_id(Read-Only) (String). The folder identifier that resource belongs to. If it is not provided, the default providerfolder-idis used.id(String).labels(Read-Only) (Map Of String). A set of key/value label pairs which assigned to resource.name(String). The resource name.network_id(Read-Only) (String). ID of the network which private endpoint belongs to.private_endpoint_id(String). ID of the private endpoint.service_name(String). Name of the cloud service to access through the private endpoint (e.g.yandex.cloud.storage).status(Read-Only) (String). Status of the private endpoint.object_storage[Block]. Private endpoint for Object Storage.