GCP Dns Managed Zone
A Google Cloud DNS Managed Zone is a logical container that holds a collection of DNS resource records for a single DNS name space. Zones can be public (resolvable from the public internet) or private (resolvable only from one or more selected VPC networks). They allow you to publish, manage and version your DNS data from within Google Cloud.
For full details, see the official documentation: https://cloud.google.com/dns/docs/zones
Terrafrom Mappings:
google_dns_managed_zone.name
Supported Methods​
GET
: Get a gcp-dns-managed-zone by its "name"LIST
: List all gcp-dns-managed-zoneSEARCH
Possible Links​
ip
​
DNS records stored inside the managed zone—such as A, AAAA or PTR records—ultimately resolve to IP addresses. When Overmind follows this link it surfaces the specific IP resource(s) that the zone’s records reference, allowing you to trace how a zone exposes or depends on particular addresses.
gcp-compute-network
​
Private managed zones are attached to one or more VPC networks. This link represents that attachment, letting you see which GCP Compute Networks can resolve (and are affected by) the DNS data contained in the zone.
dns
​
The managed zone is the parent container for individual DNS record sets. Overmind uses this link to drill down from the zone into the specific DNS records (A, CNAME, TXT, SRV, etc.) that the zone publishes.