dns
Cloud DNS
NetworkingGCP
General
General information about the service.
Description
Google Cloud DNS is a scalable, reliable, and managed authoritative DNS service.
Service ID
dns.googleapis.comResource Pattern
projects/{project}/managedZones/{zone}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
dns-{domain}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_dns_managed_zone" "main" {2 name = "dns-${var.environment}"3 dns_name = "${var.domain}."4}
Utilities
Utilities to support app deployment or configuration.