From 96221167752c461139a9f4f6d6445af6195dccfe Mon Sep 17 00:00:00 2001 From: Manuel Sanchez Pinar Date: Tue, 23 Apr 2024 11:47:29 +0200 Subject: [PATCH] docs: terraform plugin docs fix --- docs/resources/certreq_dns.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/resources/certreq_dns.md b/docs/resources/certreq_dns.md index f5229c2..7d7e670 100644 --- a/docs/resources/certreq_dns.md +++ b/docs/resources/certreq_dns.md @@ -14,8 +14,9 @@ description: |- Manages DNS Certificate Requests. This resource enables the creation of certificate requests using various challenges, including: - - DNS Challenge (a TXT record verifies the ownership of the domain) - - DNS Challenge by CNAME (refer to the `transparentedge_certreq_dns_cname_verification` data source) + +* DNS Challenge (a TXT record verifies the ownership of the domain) +* DNS Challenge by CNAME (refer to the `transparentedge_certreq_dns_cname_verification` data source) For detailed documentation (not Terraform-specific), please refer to this [link](https://docs.transparentedge.eu/getting-started/dashboard/auto-provisioning/ssl).