nclouds/Run OPA Policies
Run OPA Policies on terraform code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| policies_dir | Path where your policies are stored in the repo relative to root | no | policies |
| tfplan_json | Path to Terraform Plan Json file to evaluate with OPA | yes | ./tfplan.json |
| additonal_data_files | Comma Separated Path(s) to additional Data file(s) to be passed to OPA | no | — |
| additonal_config_json_files | Comma Separated Path(s) to additional Configuration JSON file(s) to be passed to OPA | no | — |
| debug | Enable OPA DEBUG Mode | no | false |
Outputs
| name | description |
|---|---|
| result | Whether the policy checks passed of failed |