kota65535/Terraform Plan to PR Comment
Notify Terraform plan result as a pull request comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| plan-job | Name of the job where `terraform plan` has run | yes | — |
| plan-step | Name of the step where `terraform plan` has run | yes | — |
| plan-index | Index number if multiple plans have run | — | 0 |
| workspace | Terraform workspace name | — | — |
| github-token | GitHub token | — | — |
| default-github-token | Default gitHub token | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| outside | Changes outside section |
| action | Resource actions section |
| output | Output section |
| warning | Warning section |
| summary | Summary section |
| should-apply | `true` if `terraform apply` is needed, otherwise `false` |
| should-refresh | `true` if `terraform refresh` is needed, otherwise `false` |