Skip to content

Commit 3ac1475

Browse files
committed
feat: change to use assume role
1 parent 1882332 commit 3ac1475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
role-session-name: GitHub_to_AWS_via_FederatedOIDC
3131
# aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
3232
# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
33-
# aws-region: ${{ vars.AWS_REGION }}
33+
aws-region: ${{ vars.AWS_REGION }}
3434

3535
- name: Read destroy configuration
3636
id: read-destroy-config

0 commit comments

Comments
 (0)