Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:

- name: Init
id: init
uses: gruntwork-io/terragrunt-action@v2.1.4
uses: gruntwork-io/terragrunt-action@v3.0.2
with:
tofu_version: ${{ inputs.TF_VERSION }}
tg_version: ${{ inputs.TG_VERSION }}
Expand All @@ -223,7 +223,7 @@ jobs:
TG_QUEUE_EXCLUDE_DIR: ${{ inputs.TERRAGRUNT_EXCLUDE_DIR }}

- name: Validate
uses: gruntwork-io/terragrunt-action@v2.1.4
uses: gruntwork-io/terragrunt-action@v3.0.2
id: validate
with:
tofu_version: ${{ inputs.TF_VERSION }}
Expand All @@ -236,7 +236,7 @@ jobs:
TG_QUEUE_EXCLUDE_DIR: ${{ inputs.TERRAGRUNT_EXCLUDE_DIR }}

- name: Plan
uses: gruntwork-io/terragrunt-action@v2.1.4
uses: gruntwork-io/terragrunt-action@v3.0.2
id: plan
continue-on-error: true
with:
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:

- name: Apply
if: (github.ref == 'refs/heads/main' && github.event_name == 'push') || github.event_name == 'schedule'
uses: gruntwork-io/terragrunt-action@v2.1.4
uses: gruntwork-io/terragrunt-action@v3.0.2
id: apply
with:
tofu_version: ${{ inputs.TF_VERSION }}
Expand Down