Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vperron committed Oct 8, 2024
1 parent df0885d commit 9b9badf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/_terraform_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ jobs:
with:
terraform_version: "1.9.7"

- name: Any Name Bash Test Step
shell: bash
run: |
echo "===================== VARIABLES"
echo "X_ENV: $X_ENV"
echo "X_ENVENV: $X_ENVENV"
echo "X_ENVENVENV: $X_ENVENVENV"
echo "X_AWS_ACCESS_KEY_ID: $X_AWS_ACCESS_KEY_ID"
env:
X_ENV: ${{ inputs.environment }}
X_ENVENV: ${{ vars.ENVIRONMENT }}
X_ENVENVENV: ${{ env.ENV }}
X_AWS_ACCESS_KEY_ID: ${{ vars.AWS_ACCESS_KEY_ID }}

- name: mask tf variables
run: |
echo "${TF_VARS_BASE64}" \
Expand Down

0 comments on commit 9b9badf

Please sign in to comment.