From 89e36e10c901d9c3d4c3a09b1c16050fec55e520 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Mon, 23 Sep 2024 12:35:32 -0700 Subject: [PATCH] Update terraform_apply.yaml --- .github/workflows/terraform_apply.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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