DNS CNAME Records»
Manage Microsoft DNS CNAME Records in AD DNS using the KopiCloud AD Terraform Provider:
Resources»
Create a DNS CNAME Record»
Create a DNS CNAME Record for a Computer:
1 2 3 4 5  |  | 
Output the created DNS CNAME Record:
1 2 3 4  |  | 
Schema
Optional:
hostname(String) Computer Hostnamehostname_alias(String) Computer Hostname Aliaszone_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 CNAME Records»
List All DNS CNAME Records:
1 |  | 
Returns All DNS CNAME Records:
1 2 3 4  |  | 
Filter DNS CNAME Records with the Zone Name:
1 2 3  |  | 
Returns all DNS CNAME Records that matches the Zone Name:
1 2 3 4  |  | 
Filter DNS CNAME Records with an Alias:
1 2 3  |  | 
Returns all DNS CNAME Records that matches the Alias:
1 2 3 4  |  | 
Filter the DNS CNAME Records with a Hostname:
1 2 3  |  | 
Returns all DNS CNAME Records that matches the Hostname:
1 2 3 4  |  | 
Schema
Optional:
hostname(String) Computer Hostnamehostname_alias(String) Computer Hostname Aliaszone_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) DNS Hostname Aliasname(String) DNS Nametimestamp(String) Timestamp of the Recordtype(String) DNS Typezone(String) DNS Zone Name
Notes»
Running this resource with terraform apply will create a DNS CNAME Record in the Microsoft DNS and running terraform destroy will remove the DNS CNAME Record from the DNS.
Source Code»
Source code available here