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 Dec 22, 2023
1 parent 935be24 commit 7c9baf3
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 @@ -143,7 +143,7 @@ jobs:
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}

- name: init
uses: gruntwork-io/terragrunt-action@v1.0.10
uses: gruntwork-io/terragrunt-action@v2.0.0
with:
tf_version: ${{ inputs.TF_VERSION }}
tg_version: ${{ inputs.TG_VERSION }}
Expand All @@ -152,7 +152,7 @@ jobs:

- name: Terragrunt validate
id: validate
uses: gruntwork-io/terragrunt-action@v1.0.10
uses: gruntwork-io/terragrunt-action@v2.0.0
with:
tf_version: ${{ inputs.TF_VERSION }}
tg_version: ${{ inputs.TG_VERSION }}
Expand All @@ -163,7 +163,7 @@ jobs:

- name: Terragrunt plan
id: plan
uses: gruntwork-io/terragrunt-action@v1.0.10
uses: gruntwork-io/terragrunt-action@v2.0.0
with:
tf_version: ${{ inputs.TF_VERSION }}
tg_version: ${{ inputs.TG_VERSION }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:

- name: Terragrunt apply-all
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
with:
tf_version: ${{ inputs.TF_VERSION }}
tg_version: ${{ inputs.TG_VERSION }}
Expand Down

0 comments on commit 7c9baf3

Please sign in to comment.