From 5486af1e2a828186086794224502eb89461bc2a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:13:24 +0000 Subject: [PATCH] chore(deps): update terraform kind to v0.11.0 --- .kind/modules/kind_cluster/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kind/modules/kind_cluster/main.tf b/.kind/modules/kind_cluster/main.tf index d2f6f49..1809407 100644 --- a/.kind/modules/kind_cluster/main.tf +++ b/.kind/modules/kind_cluster/main.tf @@ -6,7 +6,7 @@ terraform { kind = { source = "tehcyx/kind" - version = "0.10.0" + version = "0.11.0" } } }