From 1cd1c6c51297215290be859c5f9c429fc2a46f56 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Fri, 22 Dec 2023 14:43:12 -0300 Subject: [PATCH] replace provider --- .github/workflows/iac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index e298d79e..d4ef5645 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -148,7 +148,7 @@ jobs: tf_actions_version: ${{ inputs.TF_VERSION }} tg_actions_version: ${{ inputs.TG_VERSION }} tf_actions_working_dir: ${{ inputs.WORKING_DIR }} - tf_actions_subcommand: 'run-all init --terragrunt-non-interactive' + tf_actions_subcommand: init --terragrunt-non-interactive - name: Terragrunt validate id: validate @@ -157,7 +157,7 @@ jobs: tf_actions_version: ${{ inputs.TF_VERSION }} tg_actions_version: ${{ inputs.TG_VERSION }} tf_actions_working_dir: ${{ inputs.WORKING_DIR }} - tf_actions_subcommand: run-all validate --terragrunt-non-interactive + tf_actions_subcommand: validate --terragrunt-non-interactive env: OVH_CLOUD_PROJECT_SERVICE: ${{ secrets.OVH_CLOUD_PROJECT_SERVICE }}