Skip to content

Commit

Permalink
cd: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed May 23, 2024
1 parent 39d3a14 commit 6d1dcdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
with:
terraform_version: 1.8.3

- name: debug
run: |
pwd &&
ls &&
echo $AWS_REGION &&
echo $TERRAFORM_S3_STATEFILE_BUCKET &&
echo $TERRAFORM_DYNAMODB_LOCK_TABLE
- name: Terraform Init
run: |
env && cd infra && terraform init
Expand Down

0 comments on commit 6d1dcdd

Please sign in to comment.