erzz/inframap-action
Automatically generate diagrams of your Terraform plan. Commits back to repository and optionally adds to PR comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plan-files | Path to a directory or specific file containing your terraform plan file(s) or state | no | terraform/ |
| inframap-flags | Pass any additional inframap flags here | no | "" |
| inframap-version | The version of inframap to use | no | 0.8.0 |
| output-filename | Override the path & name of the PNG file created | no | docs/plan.png |
| commit-email | The email address to use for the commit (defaults to github bot) | yes | "" |
| commit-message | Override the commit message used | no | docs(infra): add generated diagrams |
| pr-comment | If set to true, will post diagram as comment to PR | no | true |
| always-run | Normal behaviour is to not run if tf files are not updated. To force creation every time, set to true | no | false |
| token | A github token to add PR comment. Replace with a PAT if required | no | ${{ github.token }} |
Outputs
no outputs