From 84206cd6f7ad356c7908c2b9605825f1d2ac1b98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:00:24 +0000 Subject: [PATCH] chore(deps): update terraform hashicorp/terraform to >= 1.9.2 --- infrastructure/modules/k8s/chaos_mesh/versions.tf | 2 +- infrastructure/quick-deploy/gcp/versions.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/modules/k8s/chaos_mesh/versions.tf b/infrastructure/modules/k8s/chaos_mesh/versions.tf index 1edb1db8d..9b08d4392 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.9.2" required_providers { helm = { source = "hashicorp/helm" diff --git a/infrastructure/quick-deploy/gcp/versions.tf b/infrastructure/quick-deploy/gcp/versions.tf index f4baa9a2f..b8a5d7770 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.9.2" required_providers { google = { source = "hashicorp/google"