benzene-tech/Terraform Plan
Validate and Plan terraform configurations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plan-flags | Extra flags for Terraform Plan | no | — |
| init | Toggle to run init | no | true |
| init-flags | Extra flags for Terraform Init | no | — |
| apply | Toggle to run apply | no | false |
| apply-flags | Extra flags for Terraform Apply | no | — |
| working-directory | The directory where the terraform files are located | no | — |
| github-token | GitHub token used to create comment in PR | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| exit-code | Plan exit code |
| plan-file | Path to plan file |