Gets information about an existing Private DNS Resolver Outbound Endpoint.
data "azurerm_private_dns_resolver_outbound_endpoint" "example" {
name = "example-endpoint"
private_dns_resolver_id = "example-private-dns-resolver-id"
}
The following arguments are supported:
name
- (Required) Name of the Private DNS Resolver Outbound Endpoint.
private_dns_resolver_id
- (Required) ID of the Private DNS Resolver Outbound Endpoint.
In addition to the Arguments listed above - the following Attributes are exported:
id
- The ID of the Private DNS Resolver Outbound Endpoint.
location
- The Azure Region where the Private DNS Resolver Outbound Endpoint exists.
subnet_id
- The ID of the Subnet that is linked to the Private DNS Resolver Outbound Endpoint.
tags
- The tags assigned to the Private DNS Resolver Outbound Endpoint.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Private DNS Resolver Outbound Endpoint.