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 10, 2024
1 parent 55e9e3c commit 498a345
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ 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: ${{ jobs.terraform_init.outputs.s3_upload_path }}"
echo Commit SHA: ${{ jobs.terraform_init.outputs.commit_sha }}"
# - name: Terraform Plan
# uses: CSVD/terraform-plan@main
# with:
Expand Down

0 comments on commit 498a345

Please sign in to comment.