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 40189e2 commit e474031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
git config --global --list
- name: Validate
uses: gruntwork-io/terragrunt-action@v2
uses: gruntwork-io/terragrunt-action@v1
id: validate
with:
tf_version: ${{ inputs.TF_VERSION }}
Expand All @@ -229,7 +229,7 @@ jobs:
OVH_CLOUD_PROJECT_SERVICE: ${{ secrets.OVH_CLOUD_PROJECT_SERVICE }}

- name: Plan
uses: gruntwork-io/terragrunt-action@v2
uses: gruntwork-io/terragrunt-action@v1
id: plan
continue-on-error: true
with:
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:

- name: Apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: gruntwork-io/terragrunt-action@v2
uses: gruntwork-io/terragrunt-action@v1
id: apply
with:
tf_version: ${{ inputs.TF_VERSION }}
Expand Down

0 comments on commit e474031

Please sign in to comment.