Skip to content

Commit

Permalink
TF Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Artagame committed Nov 8, 2024
1 parent 9590a46 commit bfd234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-plan-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Create String Output
id: tf-plan-string
run: |
TERRAFORM_PLAN=$(terraform show -no-color tfplan)
TERRAFORM_PLAN=$(terraform show -no-color terraform.tfplan)
delimiter="$(openssl rand -hex 8)"
echo "summary<<${delimiter}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit bfd234d

Please sign in to comment.