We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff671b commit bde5531Copy full SHA for bde5531
.github/workflows/provision-by-terraform.yml
@@ -63,6 +63,9 @@ jobs:
63
run: python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz
64
65
- name: Show tools versions
66
+ env:
67
+ # https://developer.hashicorp.com/terraform/cli/commands#upgrade-and-security-bulletin-checks
68
+ CHECKPOINT_DISABLE: true
69
run: |
70
tfenv --version
71
terraform -version
0 commit comments