Open
Description
Terraform CLI and terraform-plugin-docs Versions
github.com/hashicorp/terraform-plugin-docs v0.18.0
Use Cases or Problem Statement
Bubbling up from this comment hashicorp/terraform-plugin-go#267 (comment) and a TODO in an error message here:
terraform-plugin-docs/schemamd/render.go
Line 86 in 6b686ee
Tuple support is currently not implemented in tfplugindocs
because neither SDKv2 or Plugin Framework support schema attributes as tuples. Despite this, it's still possible to write a provider that has tuple's in the schema with terraform-plugin-go
.
This issue can be used to capture any interest in adding render logic for Tuples in tfplugindocs
.
Proposal
TBD
How much impact is this issue causing?
Low
Additional Information
- https://developer.hashicorp.com/terraform/language/expressions/type-constraints#tuple
- Framework issue closed due to lack of interest: Define Tuple type terraform-plugin-framework#54
Code of Conduct
- I agree to follow this project's Code of Conduct