terraform-provider-dns icon indicating copy to clipboard operation
terraform-provider-dns copied to clipboard

Add support for TLSA records

Open nick-oconnor opened this issue 11 months ago • 0 comments

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

nick-oconnor avatar Mar 17 '24 04:03 nick-oconnor