kota65535/Terraform Plan to Slack
Notify Terraform plan result to Slack
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 | Workspace name | — | — |
| github-token | GitHub token | — | — |
| default-github-token | Default gitHub token | — | ${{ github.token }} |
| channel | Slack Channel ID or name | — | — |
| slack-bot-token | Slack bot token | — | — |
| slack-webhook-url | Slack webhook URL | — | — |
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` |