From cf48101dba83f41c1db74c18223736a6a91cf733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:20:14 +0000 Subject: [PATCH] chore(deps): update dependency opentofu to v1.11.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..b7eac07 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ ejson: OPENTOFU := $(LOCALBIN)/opentofu -OPENTOFU_VERSION := v1.10.6 +OPENTOFU_VERSION := v1.11.6 OPENTOFU_LOOKUP := opentofu/opentofu OPENTOFU_STRIPPED := $(subst v,,$(OPENTOFU_VERSION)) tofu: