From 40189e2cd86507e730818bbed213d7c076cbac73 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Mon, 13 May 2024 14:08:46 -0300 Subject: [PATCH] debug --- .github/workflows/iac.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index ea31c326..beb5f367 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -196,14 +196,14 @@ jobs: env: VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }} - # - uses: opentofu/setup-opentofu@main - - run: | - ls -la - ${{ inputs.WORKING_DIR }} + - uses: opentofu/setup-opentofu@main + # - run: | + # ls -la + # ${{ inputs.WORKING_DIR }} - name: Init id: init - uses: gruntwork-io/terragrunt-action@v2 + uses: gruntwork-io/terragrunt-action@v1 with: tf_version: ${{ inputs.TF_VERSION }} tg_version: ${{ inputs.TG_VERSION }}