DNS Lookup Zones»
Manage Microsoft DNS Lookup Zones using the KopiCloud AD Terraform Provider.
Resources»
Create a DNS Lookup Zone»
Create a DNS Lookup Zone:
1 2 3 |
|
Returns the created DNS Lookup Zone:
1 2 3 4 |
|
Schema
Required:
zone_name
(String) DNS Zone Name
Read-Only:
id
(String) The ID of this Resourceresult
(List of Objects) Single DNS Zone (see below for nested schema)
Data Sources»
List All DNS Lookup Zones»
List All DNS Lookup Zones:
1 |
|
Returns the List of DNS Lookup Zones:
1 2 3 4 |
|
Schema
Optional:
zone_name
(String) DNS Zone Name
Read-Only:
id
(String) The ID of this Resourceresult
(List of Objects) Single DNS Zone (see below for nested schema)
Nested Schema for Result»
Read-Only:
distinguished_name
(String) DNS Distinguished Nametype
(String) DNS Type, possible values areForwardDNSZone
orReverseDNSZone
zone_name
(String) DNS Zone Namezone_type
(String) DNS Zone Type, possible values arePrimary
,Secondary
orStub Zone
Notes»
Running this resource with terraform apply
will create a DNS Lookup Zone in the Microsoft DNS and running terraform destroy
will remove the DNS Lookup Zone from the DNS.
Source Code»
Source code available here