NOTE: The Azure Service Management Provider has been superseded by the Azure Resource Manager Provider and is no longer being actively developed by HashiCorp employees. It continues to be supported by the community. We recommend using the Azure Resource Manager based Microsoft Azure Provider if possible.
Creates a new DNS server definition to be used internally in Azure.
resource "azure_dns_server" "google-dns" { name = "google" dns_address = "8.8.8.8" }
The following arguments are supported:
name
- (Required) The name of the DNS server reference. Changing this forces a new resource to be created.
dns_address
- (Required) The IP address of the DNS server.
The following attributes are exported:
id
- The DNS server definition ID. Coincides with the given name
.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/azure/r/dns_server.html