DNS Reverse Lookup Zones»
Manage Microsoft DNS Reverse Lookup Zones using the KopiCloud AD Terraform Provider.
Resouces»
Create a DNS Reverse Lookup Zone»
Create a DNS Reverse Lookup Zone:
1 2 3 |
|
Returns the created DNS Reverse Lookup Zone:
1 2 3 4 |
|
Schema
Required:
network_id
(String) Network ID (example: 10.20.30.0/24)
Read-Only:
id
(String) The ID of this Resourceresult
(List of Objects) Single DNS Zone (see below for nested schema)
Data Sources»
List DNS Reverse Lookup Zones»
List All DNS Reverse Lookup Zones:
1 |
|
Returns the List of DNS Reverse Lookup Zones:
1 2 3 4 |
|
Schema
Optional:
network_id
(String) Network ID (example: 10.20.30.0/24) or Zone Name (example: 30.20.10.in-addr.arpa)
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 Reverse Lookup Zone in the Microsoft DNS and running terraform destroy
will remove the DNS Reverse Lookup Zone from the DNS.
Source Code»
Source code available here