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