terraform-provider-dns
terraform-provider-dns copied to clipboard
Add support for TLSA records
Terraform CLI and Provider Versions
Terraform v1.7.5
+ provider registry.terraform.io/hashicorp/dns v3.4.0
Use Cases or Problem Statement
Add support for managing TLSA records. This is a requirement for DANE. TLSA records include port numbers of services so managing them with terraform is preferred.
Proposal
Add a new resource type for TLSA. Alternatively adding a generic resource with a configurable type and free-form value would suffice. This approach would also enable users to enforce the values of other not yet supported RRs.
How much impact is this issue causing?
Medium
Additional Information
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct