Skip to content

Commit

Permalink
Update terraform_plan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Oct 15, 2024
1 parent 273603b commit debcaaa
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,6 @@ jobs:
AWS_SECRET_ACCESS_KEY: $${{ steps.aws_auth.outputs.aws_secret_access_key }}
AWS_SESSION_TOKEN: ${{ steps.aws_auth.outputs.aws_session_token }}

- name: debug outputs
run: |
echo "S3 Upload Path: ${{ steps.terraform_init.outputs.s3_upload_path }}"
echo "Commit SHA: ${{ steps.terraform_init.outputs.commit_sha }}"
- name: show me
if: ${{ steps.terraform_init.outputs.s3_upload_path == '' }}
run: echo "s3_upload_path is not populated"

- name: show me
if: ${{ steps.terraform_init.outputs.commit_sha == '' }}
run: echo "commit_sha is not populated"

- name: Terraform Plan
uses: CSVD/terraform-plan@main
with:
Expand Down

0 comments on commit debcaaa

Please sign in to comment.