Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 268 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 268 Bytes

Terraform & OPA

Quickstart

make test

Generate Terraform plan

$ terraform plan -out plan.out

Generate the JSON plan

terraform show -json plan.out > plan.json

Test the plan against a policy

$ conftest test plan.json