From 9056ccf0e78398780575dcdb4eb71e82e51d0960 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:32:17 +0000 Subject: [PATCH] opentofu: Update to version 1.8.7 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index a5896860bb..a64c4b7f48 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.8.6", + "version": "1.8.7", "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.8.6/tofu_1.8.6_windows_amd64.zip", - "hash": "5261108e4f92aadd0478a7dd09aa6078c14d09a907531737cebc7f96af43d0ad" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.7/tofu_1.8.7_windows_amd64.zip", + "hash": "c63b55b322ca292491d8151cf24f43ba64f3522f896f13b16a49477a362580df" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.6/tofu_1.8.6_windows_386.zip", - "hash": "7f0ab8b6c0e9e1846901aba2523ff98589031e7c2bd57158d023c07d7abadd84" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.7/tofu_1.8.7_windows_386.zip", + "hash": "c4b8e975fa3a49e85ac0bcbcfbe9cc0ce91ac2debfe64ac14c3a3a249e35e353" } }, "bin": "tofu.exe",