From 841eb07abed0d600a1141fb9ecf493e04a638b5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:30:13 +0000 Subject: [PATCH] opentofu: Update to version 1.10.3 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index 593d673cf3..a3c1cf84e9 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.10.2", + "version": "1.10.3", "description": "An OSS tool for building, changing, and versioning infrastructure safely and efficiently. OpenTofu can manage existing and popular service providers as well as custom in-house solutions.", "homepage": "https://opentofu.org/", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.2/tofu_1.10.2_windows_amd64.zip", - "hash": "b278dacf20263200fbc038971c7cd88065bda757567f359d81b8828b860311ac" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.3/tofu_1.10.3_windows_amd64.zip", + "hash": "ab6e405f0c63f103e72845f50997ee5b4fe20fd274edfde1bfcdb55dce20bf0a" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.2/tofu_1.10.2_windows_386.zip", - "hash": "104ee4ef2f5b125dac13c15efb3252cbec45754da2814798457e939ba03b8554" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.3/tofu_1.10.3_windows_386.zip", + "hash": "c2468322acc31abebfe3e84d2b0df1beb6f710a7a18e1f72862407929c6577b8" } }, "bin": "tofu.exe",