Skip to content

Commit

Permalink
chore: trying to fix the template
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed May 10, 2024
1 parent ccba870 commit f2bc5ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/terraform-module-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ on:
type: string

env:
AWS_ROLE: ${{ inputs.aws-role }}
AWS_WEB_IDENTITY_TOKEN_FILE: /tmp/web_identity_token_file
TF_LOG: ${{ inputs.terraform-log-level }}

permissions:
contents: read
Expand Down Expand Up @@ -173,7 +171,6 @@ jobs:
curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=sts.amazonaws.com" | jq -r '.value' > $AWS_WEB_IDENTITY_TOKEN_FILE
- name: Authenticate with AWS
if: inputs.enable-terraform-tests-credentials
id: auth
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ inputs.terraform-tests-aws-region }}
Expand Down

0 comments on commit f2bc5ac

Please sign in to comment.