Skip to content

Commit

Permalink
replace provider
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Dec 22, 2023
1 parent a9a21b5 commit 1cd1c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand Down

0 comments on commit 1cd1c6c

Please sign in to comment.