chore(infra): Bump terraform to 1.10 (#7751)

Caught some [weird CI
errors](https://github.com/firezone/firezone/actions/runs/12754884373/job/35551006515)
about terraform 1.9.8 cache being corrupted, so I thought I'd go ahead
and bump TF to the latest stable version.
This commit is contained in:
Jamil
2025-01-13 15:02:12 -08:00
committed by GitHub
parent b313f2a349
commit 6c2181d850
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.7
terraform 1.10.4
# Used for static analysis
python 3.11.9

View File

@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9.0"
required_version = "~> 1.10.0"
required_providers {
random = {

View File

@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9.0"
required_version = "~> 1.10.0"
required_providers {
random = {