hashicorp / hashicorp/terraform-plugin-framework
Add support for a Description interface for Actions
Open
documentation
enhancement
- Dominant language
- Go
- Stars
- 384
- Forks
- 107
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
### Module version
```
...
```
### Use-cases
It would be helpful to be able to document actions using definition. It is not easy to discover while implementing an action that a Definition method needs to be filled.
### Attempted Solutions
Not defining a definition
### Proposal
Could you add an interface that contains one method Definition and add to the documentation how to document an action definition using markdown.
### References
Contributor guide
Assessment
This issue has not been assessed yet.