Data Source: aws_service_discovery_dns_namespace

Retrieves information about a Service Discovery private or public DNS namespace.

Example Usage

data "aws_service_discovery_dns_namespace" "test" {
  name = "example.terraform.local"
  type = "DNS_PRIVATE"
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: