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 87096c7 commit d234fda
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 @@ -151,7 +151,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 @@ -166,7 +166,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: valdiate
with:
tf_version: 1.5.7
Expand All @@ -177,7 +177,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 @@ -254,7 +254,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 d234fda

Please sign in to comment.