FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

azure_dns_server

Creates a new DNS server definition to be used internally in Azure.

Example Usage

resource "azure_dns_server" "google-dns" {
    name = "google"
    dns_address = "8.8.8.8"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io