diff --git a/infrastructure/modules/k8s/chaos_mesh/versions.tf b/infrastructure/modules/k8s/chaos_mesh/versions.tf index 1edb1db8d..f9ee8ccc5 100644 --- a/infrastructure/modules/k8s/chaos_mesh/versions.tf +++ b/infrastructure/modules/k8s/chaos_mesh/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 1.0" + required_version = ">= 1.8.5" required_providers { helm = { source = "hashicorp/helm" diff --git a/infrastructure/quick-deploy/gcp/versions.tf b/infrastructure/quick-deploy/gcp/versions.tf index f4baa9a2f..b3f4ff797 100644 --- a/infrastructure/quick-deploy/gcp/versions.tf +++ b/infrastructure/quick-deploy/gcp/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 1.0" + required_version = ">= 1.8.5" required_providers { google = { source = "hashicorp/google"