Skip to content

Commit 6d1dcdd

Browse files
committed
cd: debug
1 parent 39d3a14 commit 6d1dcdd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/terraform.yml

+8
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
with:
2929
terraform_version: 1.8.3
3030

31+
- name: debug
32+
run: |
33+
pwd &&
34+
ls &&
35+
echo $AWS_REGION &&
36+
echo $TERRAFORM_S3_STATEFILE_BUCKET &&
37+
echo $TERRAFORM_DYNAMODB_LOCK_TABLE
38+
3139
- name: Terraform Init
3240
run: |
3341
env && cd infra && terraform init

0 commit comments

Comments
 (0)