terraform-plugin-docs icon indicating copy to clipboard operation
terraform-plugin-docs copied to clipboard

The plugin has issue with id field. It marks all id fields as readonly

Open komalkadam-dc opened this issue 1 year ago • 0 comments

Terraform CLI and terraform-plugin-docs Versions

terraform version Terraform v1.6.6 on darwin_arm64

github.com/hashicorp/terraform-plugin-docs v0.18.0

Provider Code

https://registry.terraform.io/providers/duplocloud/duplocloud/latest/docs/resources/plan_certificates#certificate

Expected Behavior

Marking the fields id as read only even if the are nested https://registry.terraform.io/providers/duplocloud/duplocloud/latest/docs/resources/plan_certificates#id

Actual Behavior

https://registry.terraform.io/providers/duplocloud/duplocloud/latest/docs/resources/plan_certificates#id

Steps to Reproduce

  1. tfplugindocs generate --flags

How much impact is this issue causing?

Low

Logs

No response

Additional Information

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

komalkadam-dc avatar Jan 31 '24 04:01 komalkadam-dc