Skip to content

Commit

Permalink
feat(action/outputs): add plan file and plan json (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudymas authored Dec 13, 2024
1 parent 5e2f6c6 commit b93fa4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ outputs:
summary:
description: "Summary"
value: "${{ steps.summary.outputs.result }}"
plan_file:
description: "Path to the terraform plan file"
value: "${{ steps.vars.outputs.plan_file }}"
plan_json:
description: "Path to the terraform plan in JSON format"
value: "${{ steps.vars.outputs.plan_file }}.json"

runs:
using: "composite"
Expand Down

0 comments on commit b93fa4b

Please sign in to comment.