We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c25e6 commit 849a4abCopy full SHA for 849a4ab
.github/workflows/terraform_destroy.yml
@@ -31,13 +31,11 @@ jobs:
31
32
# Configure AWS credentials
33
- name: Configure AWS credentials
34
- uses: aws-actions/configure-aws-credentials@v1
35
- with:
36
- aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
37
- aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
38
- aws-region: ap-northeast-2
39
-
40
- - run: cat ~/.aws/credentials
+ run: aws --version
+ env:
+ AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
+ AWS_DEFAULT_REGION: ap-northeast-2
41
42
# Create terraform.prod.tfvars file
43
- name: Create terraform.prod.tfvars file
0 commit comments