Skip to content

Commit

Permalink
ci: adjust terraform workflow.v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Feb 4, 2024
1 parent 4f0ca68 commit e1c2a96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/terraform-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
- name: Setup Terraform
uses: hashicorp/[email protected]

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Navigate to target folder
run: |
ls -la
Expand Down

0 comments on commit e1c2a96

Please sign in to comment.