scalair / terraform-azurerm-dns

Terraform module to manage public or private Azure DNS zone, and DNS records.
Apache License 2.0
4 stars 2 forks source link

Added SRV records #1

Open kingfisher77 opened 1 year ago

kingfisher77 commented 1 year ago

Hi, thank you for this nice approach managing DNS records with terraform. We integrated it in our environment and added the feature to manage SRV records. Would you like to add it into the repo?

Xat59 commented 1 year ago

Hi @kingfisher77 , I've pushed the latest release v0.2.0 within my own repo : https://github.com/Xat59/terraform-azurerm-dns The latest version supports SRV records.

Feel free to test it and give me a feedback.