tchupp/Terraform PR

GitHub Action for adding `terraform plan` output as a PR comment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for commenting on PRs. Defaults to using 'secrets.GITHUB_TOKEN'no${{ github.token }}
apply-branchBranch to run `terraform apply` on. Leave blank to disable auto-apply.no""
pathPath to the Terraform configuration. Defaults to '.' if not specified.no.
pr-comment-titleCustom title for the PR comment. Defaults to '${TF_WORKSPACE}' if not specified.no""
lock-for-planShould we use a workspace lock for the `terraform plan`? https://www.terraform.io/language/state/lockingnotrue
require-formattingShould we require the terraform formatting check?nofalse
require-validateShould we require the terraform validate check?notrue

no outputs