From 9969cf719d0b4b2b6ddb973172df41ab9a6e46d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:30:03 +0000 Subject: [PATCH] opentofu: Update to version 1.10.0 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index ab3f01a5de..df11df495b 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.9.1", + "version": "1.10.0", "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.9.1/tofu_1.9.1_windows_amd64.zip", - "hash": "8b384e1724c098bbd6e3329d3121ffd5f3a24c5daab483168b1308f50d2a2279" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.0/tofu_1.10.0_windows_amd64.zip", + "hash": "21e1e62f014c11a49b79c94d6b31381196337fcb71af1512586b12ccd9fd4c30" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.9.1/tofu_1.9.1_windows_386.zip", - "hash": "4fb83b23de21eff40291723e8ac53ec75d907a065c9e66fafef2ef7b5598d03f" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.0/tofu_1.10.0_windows_386.zip", + "hash": "2513fc1cf0b99e672d6b3c8d43c3a5a9020cbc2f22b8024d9d97003209b5f28f" } }, "bin": "tofu.exe",