Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed May 13, 2024
1 parent 7334e29 commit 3ca5a66
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,18 +199,16 @@ jobs:
# - uses: opentofu/setup-opentofu@main
- run: |
ls -la
ls -la ${{ inputs.WORKING_DIR }}
pwd
${{ inputs.WORKING_DIR }}
- name: Init
id: init
uses: gruntwork-io/terragrunt-action@v1
uses: gruntwork-io/terragrunt-action@v2
with:
tofu_version: 1.6.0
tf_version: ${{ inputs.TF_VERSION }}
tg_version: ${{ inputs.TG_VERSION }}
tg_dir: ${{ inputs.WORKING_DIR }}
tg_dir: ./${{ inputs.WORKING_DIR }}
tg_command: 'run-all init'
tg_add_approve: true
env:
# configure git to use custom token to clone repository.
INPUT_PRE_EXEC_1: |
Expand Down

0 comments on commit 3ca5a66

Please sign in to comment.