google_dns_managed_zones

Provides access to a list of zones within Google Cloud DNS. For more information see the official documentation and API.

data "google_dns_managed_zones" "zones" {
  project = "my-project-id"
}

Argument Reference

Attributes Reference

The following attributes are exported:

To see the attributes available for each zone in the list, see the singular google_dns_managed_zone data source for details of the available attributes.