From f2bc5ac5ba1d871e132bc3927b907204b7794598 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Fri, 10 May 2024 18:30:33 +0100 Subject: [PATCH] chore: trying to fix the template --- .github/workflows/terraform-module-validation.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/terraform-module-validation.yml b/.github/workflows/terraform-module-validation.yml index ca0d19f..fbe9337 100644 --- a/.github/workflows/terraform-module-validation.yml +++ b/.github/workflows/terraform-module-validation.yml @@ -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 @@ -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 }}