Data Source: oci_dns_resolver_endpoint

This data source provides details about a specific Resolver Endpoint resource in Oracle Cloud Infrastructure DNS service.

Gets information about a specific resolver endpoint. Note that attempting to get a resolver endpoint in the DELETED lifecycle state will result in a 404 response to be consistent with other operations of the API. Requires a PRIVATE scope query parameter.

Example Usage

data "oci_dns_resolver_endpoint" "test_resolver_endpoint" {
	#Required
	resolver_endpoint_name = oci_dns_resolver_endpoint.test_resolver_endpoint.name
	resolver_id = oci_dns_resolver.test_resolver.id
	scope = "PRIVATE"

	#Optional
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: