fix(ci): Bump terraform to fix CI (#7012)

The versions used in CI and in our config need to match.
This commit is contained in:
Jamil
2024-10-11 14:49:38 -10:00
committed by GitHub
parent 9302331881
commit a1f4eaf5d3
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
nodejs 20.14.0
elixir 1.17.2-otp-27
erlang 27.0.1
terraform 1.9.6
terraform 1.9.7
# Used for static analysis
python 3.11.9

View File

@@ -1,5 +1,5 @@
terraform {
required_version = "1.9.6"
required_version = "1.9.7"
required_providers {
random = {

View File

@@ -1,5 +1,5 @@
terraform {
required_version = "1.9.6"
required_version = "1.9.7"
required_providers {
random = {