Terraform CLI and terraform-plugin-docs Versions
Problem
On the Terraform Registry documentation page for volcenginecc_alb_acl, the acl_name attribute description contains http:// and https:// as plain text, but the Registry incorrectly renders them as clickable hyperlinks, breaking the readability.
Registry page: https://registry.terraform.io/providers/volcengine/volcenginecc/latest/docs/resources/alb_acl
Reproduction
The same description renders correctly in the official Terraform Doc Preview tool:
🔗 https://registry.terraform.io/tools/doc-preview?product_intent=terraform
This suggests the issue is on the Registry rendering side, not in the source markdown.
Source Description
- `acl_name` (String) Name of the Access Control Policy Group. Cannot start with http:// or https://. Must begin with a letter or Chinese character and may include numbers, periods (.), underscores (_), and hyphens (-). Length must be between 1 and 128 characters. If left blank, defaults to the Access Control Policy Group ID.
Provider Code
Expected Behavior
Expected
Cannot start with http:// or https://.
Actual Behavior
Actual
Cannot start with http:// or https://.
The http:// and https:// are parsed as URLs and turned into <a> tags.
Steps to Reproduce
tfplugindocs generate --flags
How much impact is this issue causing?
Low
Logs
No response
Additional Information
No response
Code of Conduct
Terraform CLI and terraform-plugin-docs Versions
Problem
On the Terraform Registry documentation page for
volcenginecc_alb_acl, theacl_nameattribute description containshttp://andhttps://as plain text, but the Registry incorrectly renders them as clickable hyperlinks, breaking the readability.Registry page: https://registry.terraform.io/providers/volcengine/volcenginecc/latest/docs/resources/alb_acl
Reproduction
The same description renders correctly in the official Terraform Doc Preview tool:
🔗 https://registry.terraform.io/tools/doc-preview?product_intent=terraform
This suggests the issue is on the Registry rendering side, not in the source markdown.
Source Description
Provider Code
volcengineccExpected Behavior
Expected
Actual Behavior
Actual
Steps to Reproduce
tfplugindocs generate --flagsHow much impact is this issue causing?
Low
Logs
No response
Additional Information
No response
Code of Conduct