tchupp/Terraform PR
GitHub Action for adding `terraform plan` output as a PR comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for commenting on PRs. Defaults to using 'secrets.GITHUB_TOKEN' | no | ${{ github.token }} |
| apply-branch | Branch to run `terraform apply` on. Leave blank to disable auto-apply. | no | "" |
| path | Path to the Terraform configuration. Defaults to '.' if not specified. | no | . |
| pr-comment-title | Custom title for the PR comment. Defaults to '${TF_WORKSPACE}' if not specified. | no | "" |
| lock-for-plan | Should we use a workspace lock for the `terraform plan`? https://www.terraform.io/language/state/locking | no | true |
| require-formatting | Should we require the terraform formatting check? | no | false |
| require-validate | Should we require the terraform validate check? | no | true |
Outputs
no outputs