mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-16 01:00:22 -04:00
794 B
794 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| azure | Azure: azure_dns_server | docs-azure-resource-dns-server | Creates a new DNS server definition to be used internally in Azure. |
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:
-
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.
Attributes Reference
The following attributes are exported:
id- The DNS server definition ID. Coincides with the givenname.