Skip to content

Commit

Permalink
chore: disable Terraform's version check
Browse files Browse the repository at this point in the history
Part of #1631

[skip ci]
  • Loading branch information
php-coder committed Aug 23, 2023
1 parent 5ff671b commit bde5531
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/provision-by-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
run: python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz

- name: Show tools versions
env:
# https://developer.hashicorp.com/terraform/cli/commands#upgrade-and-security-bulletin-checks
CHECKPOINT_DISABLE: true
run: |
tfenv --version
terraform -version
Expand Down

0 comments on commit bde5531

Please sign in to comment.