From bd181b15737c7295dfe4fb945a22babd6f11e9a2 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:13:47 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20terraform=20monorepo=20(?= =?UTF-8?q?=201.10.1=20=E2=86=92=201.10.2=20)=20(#4124)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tyriis-automation[bot] <133711747+tyriis-automation[bot]@users.noreply.github.com> --- .mise.toml | 2 +- devenv/infra/main.tf | 2 +- infra/terraform/cloudflare/main.tf | 2 +- infra/terraform/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.mise.toml b/.mise.toml index 6c473fde6..756086369 100644 --- a/.mise.toml +++ b/.mise.toml @@ -31,7 +31,7 @@ talosctl = "1.7.6" # https://taskfile.dev/ task = "3.38.0" # https://www.terraform.io/ -terraform = "1.10.1" +terraform = "1.10.2" # https://terraform-docs.io/ terraform-docs = "0.19.0" # https://github.com/terraform-linters/tflint diff --git a/devenv/infra/main.tf b/devenv/infra/main.tf index 176c550a0..5b96c6d0a 100644 --- a/devenv/infra/main.tf +++ b/devenv/infra/main.tf @@ -3,7 +3,7 @@ # -------------------------------------------------------------------------------- terraform { - required_version = ">= 1.5.5, <= 1.10.1" + required_version = ">= 1.5.5, <= 1.10.2" required_providers { kind = { source = "tehcyx/kind" diff --git a/infra/terraform/cloudflare/main.tf b/infra/terraform/cloudflare/main.tf index f69d86db5..c0a558303 100644 --- a/infra/terraform/cloudflare/main.tf +++ b/infra/terraform/cloudflare/main.tf @@ -1,5 +1,5 @@ terraform { - required_version = "<= 1.10.1" + required_version = "<= 1.10.2" required_providers { cloudflare = { source = "cloudflare/cloudflare" diff --git a/infra/terraform/main.tf b/infra/terraform/main.tf index 5bc8152c9..ceefe7f70 100644 --- a/infra/terraform/main.tf +++ b/infra/terraform/main.tf @@ -1,5 +1,5 @@ terraform { - required_version = "<= 1.10.1" + required_version = "<= 1.10.2" required_providers { cloudflare = { source = "cloudflare/cloudflare"