Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[terraform-plan] Add output for the plan file #79

Closed
donovanmuller opened this issue Jun 28, 2021 · 1 comment
Closed

[terraform-plan] Add output for the plan file #79

donovanmuller opened this issue Jun 28, 2021 · 1 comment

Comments

@donovanmuller
Copy link

In context of using analysis tools like Checkov to scan Terraform plan files, is it possible to add new outputs to the terraform-plan action with the plan file contents.

Ideally in both default and JSON formats (JSON format required for Checkov).

@dflook
Copy link
Owner

dflook commented Oct 4, 2021

v1.16.0 has just been released which has two new outputs:

  • json_plan_path is a path to the generated plan in a JSON format file
  • text_plan_path is a path to the generated plan in a human readable text file

@dflook dflook closed this as completed Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants