From ff2c912fc7020e147ca98f91815049822b2267ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:29:36 +0000 Subject: [PATCH] opentofu: Update to version 1.10.2 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index 41a66e11cf..593d673cf3 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.10.1", + "version": "1.10.2", "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.1/tofu_1.10.1_windows_amd64.zip", - "hash": "b09127e1aac0d074492a14ec0f4b06ca15f7b3a130af9c986e9a8488a6afcaaa" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.2/tofu_1.10.2_windows_amd64.zip", + "hash": "b278dacf20263200fbc038971c7cd88065bda757567f359d81b8828b860311ac" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.1/tofu_1.10.1_windows_386.zip", - "hash": "ea235113a0bdf75af6a376dcd80dc36846b1c723206fc0f293b43741edd79378" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.2/tofu_1.10.2_windows_386.zip", + "hash": "104ee4ef2f5b125dac13c15efb3252cbec45754da2814798457e939ba03b8554" } }, "bin": "tofu.exe",