mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
tfvalidate workflow minimum terraform version update
This commit is contained in:
parent
a20f073cae
commit
2b522be080
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tfvalidate.yml
vendored
2
.github/workflows/tfvalidate.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Install terraform
|
||||
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
|
||||
with:
|
||||
terraform_version: 1.10.4
|
||||
terraform_version: 1.12.0
|
||||
# If we want to test more of these, consider using a matrix. With a matrix of directories, all terraform modules could be fully tested and potentially in parallel.
|
||||
- name: Validate loadtesting
|
||||
working-directory: ./infrastructure/loadtesting/terraform
|
||||
|
|
|
|||
Loading…
Reference in a new issue