Skip to content

Commit

Permalink
fix: ignore outdated tflock file
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlopes committed Sep 13, 2024
1 parent fe6c340 commit 87901a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
- name: .terraform.lock.hcl updated?
id: verify_lockfile
run: git --no-pager diff --exit-code .terraform.lock.hcl
continue-on-error: true

- name: ${{ inputs.terraformAction }}
if: ${{ inputs.runPlanOrApply }}
Expand Down

0 comments on commit 87901a6

Please sign in to comment.