diff --git a/.github/workflows/terraform_apply.yaml b/.github/workflows/terraform_apply.yaml index b70698e..f973771 100644 --- a/.github/workflows/terraform_apply.yaml +++ b/.github/workflows/terraform_apply.yaml @@ -31,6 +31,10 @@ jobs: terraform_wrapper: false terraform_version: ${{ vars.terraform_version }} + - uses: CSVD/gh-configure-aws-credentials@v4 + with: + role-skip-session-tagging: true + - name: Terraform Init id: init run: terraform init -upgrade