Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.11 KB

File metadata and controls

29 lines (21 loc) · 1.11 KB

Manage DNS CNAME Records in AD DNS using the KopiCloud AD API Terraform Provider

Terraform KopiCloud-AD

Code creates:

  • Create DNS CNAME Records
  • List ALL DNS CNAME Records
  • List DNS CNAME Records filtered by Zone Name
  • List DNS CNAME Records filtered by Hostname
  • List DNS CNAME Records filtered by Alias

How to use this code:

  • Generate an authentication token in the KopiCloud AD API portal
  • Update the file terraform.tfvars to adjust the authentication to your environment

How to deploy the code:

  1. Clone the repo
  2. Update variables to your environment
  3. Execute "terraform init"
  4. Execute "terraform apply"

References: