jalseth/tfplan-origins
Map resources in a Terraform plan back to their origin source files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| terraform-dir | Root Terraform config directory (passed as -dir to parse_locations) | no | . |
| plan-json | Path to terraform plan JSON (output of `terraform show -json`) | yes | — |
| output-file | Path where enriched plan JSON will be written | no | enriched_plan.json |
| go-version | Go version for building the tools | no | 1.25 |
| cache | Cache the built binaries between runs | no | true |
Outputs
| name | description |
|---|---|
| enriched-plan-file | Absolute path to the enriched plan JSON |