observeinc/Terraform Resource Markdown Table
Generate a markdown table of resources from a Terraform module
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working_directory | The directory containing the Terraform module | no | . |
| output_file | The file where the output will be written, relative to the working directory. When running for the first time, the output will be appended. When re-running, the output will be overwritten. If empty, the output will only be exposed via the action's outputs and not written to a file. | no | README.md |
| resources | A YAML-encoded list of resources. Each resource must have a `name` and a list of `attributes` that will be included in the table. | yes | — |
| resource_header_level | The markdown header level that will be used for each resource | — | 2 |
Outputs
| name | description |
|---|---|
| markdown | The rendered markdown output |