Skip to content

Commit

Permalink
Update gruntwork-io/terragrunt-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent b1280e8 commit 6615f56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:

- name: Init
id: init
uses: gruntwork-io/terragrunt-action@v1.0.10
uses: gruntwork-io/terragrunt-action@v2.0.0
with:
tf_version: 1.5.7
tg_version: 0.53.2
Expand All @@ -172,7 +172,7 @@ jobs:
git config --global --list
- name: Validate
uses: gruntwork-io/terragrunt-action@v1.0.10
uses: gruntwork-io/terragrunt-action@v2.0.0
id: validate
with:
tf_version: 1.5.7
Expand All @@ -183,7 +183,7 @@ jobs:
OVH_CLOUD_PROJECT_SERVICE: ${{ secrets.OVH_CLOUD_PROJECT_SERVICE }}

- name: Plan
uses: gruntwork-io/terragrunt-action@v1.0.10
uses: gruntwork-io/terragrunt-action@v2.0.0
id: plan
with:
tf_version: 1.5.7
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:

- name: Apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: gruntwork-io/terragrunt-action@v1.0.10
uses: gruntwork-io/terragrunt-action@v2.0.0
id: apply
with:
tf_version: 1.5.7
Expand Down

0 comments on commit 6615f56

Please sign in to comment.