hashicorp / terraform-provider-dns

Utility provider that supports DNS updates (RFC 2136) and can optionally be configured with secret key based transaction authentication (RFC 2845).
https://registry.terraform.io/providers/hashicorp/dns/latest
Mozilla Public License 2.0
111 stars 71 forks source link

Add support for TLSA records #425

Closed nick-oconnor closed 2 months ago

nick-oconnor commented 5 months ago

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

nick-oconnor commented 2 months ago

Closing as I've migrated off DNSSEC.