1.0.0 • Published 2 years ago

@chicagozer/terraform-plan-summary-action v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Terraform Summary Report Action

Github custom action to parse terraform plan json report into a change summary report for easy review process

Inputs

NameDescriptionRequired
terraform-plan-fileTerraform plan json file name with (absolute or relative) pathtrue

Example Usage

jobs:
  terraform-plan-summary-action:
    runs-on: ubuntu-latest
    steps:
    - name: Generate Terraform Summary Report
        uses: envoy/terraform-plan-summary-action@v1
        with:
          # Terraform json report file name to parse and generate the summary report.
          # Default value - ./terraform/tfplan-show.json
          terraform-plan-file: ./some-other-dir/tfplan-show.json