From 39f34f3710f148a6a0ce00ce9e83c0dabf7b6020 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:30:09 +0000 Subject: [PATCH] opentofu: Update to version 1.10.4 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index a3c1cf84e9..a1ccb3cc57 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.10.3", + "version": "1.10.4", "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.3/tofu_1.10.3_windows_amd64.zip", - "hash": "ab6e405f0c63f103e72845f50997ee5b4fe20fd274edfde1bfcdb55dce20bf0a" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.4/tofu_1.10.4_windows_amd64.zip", + "hash": "88d0ab0a240039816d487625bde4152e64b8dcc3ba53b985fbdf9458cbee7fe2" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.3/tofu_1.10.3_windows_386.zip", - "hash": "c2468322acc31abebfe3e84d2b0df1beb6f710a7a18e1f72862407929c6577b8" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.4/tofu_1.10.4_windows_386.zip", + "hash": "3b0ad2992326e4e0fd5172f2b45209ef84501aecd41b6ee59bec4c1923ce89ef" } }, "bin": "tofu.exe",