Skip to content

Commit

Permalink
Changed version for aws credentials module
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusB-DevOps committed Dec 9, 2024
1 parent 29f079e commit 0c63b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
# Step 1: Configure AWS credentials
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ env.AWS_SECRET_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1

# Step 2: Checkout the repository code
- name: Checkout Repository
uses: actions/checkout@v4
#- name: Checkout Repository
# uses: actions/checkout@v4

# Step 3: Ensure Terraform state S3 bucket exists
- name: Create Terraform State Bucket
Expand Down

0 comments on commit 0c63b28

Please sign in to comment.