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 @@ -211,7 +211,7 @@ jobs:

- name: Init
id: init
uses: gruntwork-io/[email protected].4
uses: gruntwork-io/[email protected].8
with:
tofu_version: ${{ inputs.TF_VERSION }}
tg_version: ${{ inputs.TG_VERSION }}
Expand All @@ -228,7 +228,7 @@ jobs:
TG_QUEUE_EXCLUDE_DIR: ${{ inputs.TERRAGRUNT_EXCLUDE_DIR }}

- name: Validate
uses: gruntwork-io/[email protected].4
uses: gruntwork-io/[email protected].8
id: validate
with:
tofu_version: ${{ inputs.TF_VERSION }}
Expand All @@ -241,7 +241,7 @@ jobs:
TG_QUEUE_EXCLUDE_DIR: ${{ inputs.TERRAGRUNT_EXCLUDE_DIR }}

- name: Plan
uses: gruntwork-io/[email protected].4
uses: gruntwork-io/[email protected].8
id: plan
continue-on-error: true
with:
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:

- name: Apply
if: (github.ref == 'refs/heads/main' && github.event_name == 'push') || github.event_name == 'schedule'
uses: gruntwork-io/[email protected].4
uses: gruntwork-io/[email protected].8
id: apply
with:
tofu_version: ${{ inputs.TF_VERSION }}
Expand Down