FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

google_dns_managed_zone

Manages a zone within Google Cloud DNS.

Example Usage

resource "google_dns_managed_zone" "prod" {
  name        = "prod-zone"
  dns_name    = "prod.mydomain.com."
  description = "Production DNS zone"
}

Argument Reference

The following arguments are supported:


Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:


See the source of this document at Terraform.io