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 74c7195 commit b5c25e6Copy full SHA for b5c25e6
.github/workflows/terraform_destroy.yml
@@ -36,6 +36,8 @@ jobs:
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
41
42
# Create terraform.prod.tfvars file
43
- name: Create terraform.prod.tfvars file
0 commit comments