Terraform integration
Terraform has a [official dns provider](https://registry.terraform.io/providers/hashicorp/dns/latest/docs), I looked into how terranix does that and they just use it's [json](https://developer.hashicorp.com/terraform/language/syntax/json) support which would be really easy to implement. The only currently missing part is ptr records.
0 条评论