Skip to content

Commit

Permalink
Don't show the state refresh text as part of the plan. See hashicorp/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Farrell authored and Tim Farrell committed Nov 17, 2023
1 parent ab9cd1f commit 18fe633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh_actions/attach_plan_to_pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
id: plan
shell: bash
run: |
terraform -chdir=${{ inputs.root }} plan -out "tf_plan_${{ github.sha }}" -no-color -input=false
terraform -chdir=${{ inputs.root }} plan -out "tf_plan_${{ github.sha }}" -no-color -input=false >> /dev/null && terraform -chdir=${{ inputs.root }} show "tf_plan_${{ github.sha }}"
- name: Save Terraform Plan
Expand Down

0 comments on commit 18fe633

Please sign in to comment.