terraform-compliance/terraform-compliance
Official terraform-compliance github action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plan | The output of terraform plan (in json) | no | — |
| features | The URL that is used for terraform-compliance features (without 'git:' prefix) | no | — |
| quit-early | Stops executing any more steps in a scenario on first failure. | no | — |
| no-failure | Skip all the tests that is failed, but giving proper failure message | no | — |
| silent | Do not output any scenarios, just write results or failures | no | — |
| identity | SSH Private key that will be use on git authentication. | no | — |
| version | Speficic terraform-compliance version to be used. | no | — |
| installed_path | In case you are running a custom runner, this is the path where terraform-compliance executable is installed. | no | — |
Outputs
| name | description |
|---|---|
| result | The output of the terraform-compliance |