Skip to content

Commit bde5531

Browse files
committed
chore: disable Terraform's version check
Part of #1631 [skip ci]
1 parent 5ff671b commit bde5531

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/provision-by-terraform.yml

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
run: python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz
6464

6565
- name: Show tools versions
66+
env:
67+
# https://developer.hashicorp.com/terraform/cli/commands#upgrade-and-security-bulletin-checks
68+
CHECKPOINT_DISABLE: true
6669
run: |
6770
tfenv --version
6871
terraform -version

0 commit comments

Comments
 (0)