An open API service indexing awesome lists of open source software.

https://github.com/crowdsecurity/tf_policies_generator

Terraform policies generator from terraform plan json
https://github.com/crowdsecurity/tf_policies_generator

Last synced: about 1 year ago
JSON representation

Terraform policies generator from terraform plan json

Awesome Lists containing this project

README

          

# Terraform Policies generator

This tool generates policies from a Terraform plan for Continuous Deployment using OIDC.

Related [blog post](https://www.crowdsec.net/blog/a-guide-to-continuous-deployment)

## Install

```
pip install git+https://github.com/crowdsecurity/tf_policies_generator
```

## Usage

```
terraform plan -out plan.out
terraform show -no-color -json plan.out > output.json
tf_policies_generator -f output.json
```