DNS AAAA Records»
Manage Microsoft DNS AAAA Records using the KopiCloud AD Terraform Provider.
Resources»
Create DNS AAAA Records»
Create a DNS AAAA Record for a computer:
1 2 3 4 5 |
|
Output the created DNS AAAA Record:
1 2 3 4 |
|
Output the Hostname of the created DNS AAAA Record:
1 2 3 4 |
|
Schema
Optional:
hostname
(String) Computer Hostnameipv6_address
(String) IPv6 Addresszone_name
(String) DNS Zone Name
Read-Only:
id
(String) The ID of this Resourceresult
(List of Objects) Single DNS AAAA Record (see below for nested schema)
Data Sources»
List DNS AAAA Records»
List All DNS AAAA Records:
1 |
|
Returns All DNS AAAA Records:
1 2 3 4 |
|
List DNS AAAA Records filtered by Zone Name
1 2 3 |
|
Returns all DNS AAAA Records that matches the Zone Name:
1 2 3 4 |
|
List DNS AAAA Records filtered by Hostname
1 2 3 |
|
Returns all DNS AAAA Records that matches the IPv6 Address:
1 2 3 4 |
|
List DNS AAAA Records filtered by Alias
1 2 3 |
|
Returns all DNS AAAA Records that matches the Hostname:
1 2 3 4 |
|
Schema
Optional:
hostname
(String) Computer Hostnameipv6_address
(String) IPv6 Addresszone_name
(String) DNS Zone Name
Read-Only:
id
(String) The ID of this Resourceresult
(List of Objects) Single DNS AAAA Record (see below for nested schema)
Nested Schema for Result»
Read-Only:
data
(String) IPv6 Addressname
(String) Computer Hostnametimestamp
(String) Timestamp of the Recordtype
(String) DNS Typezone
(String) DNS Zone Name
Notes»
Running this resource with terraform apply
will create a DNS AAAA Record in the Microsoft DNS and running terraform destroy
will remove the DNS AAAA Record from the DNS.
Source Code»
Source code available here