From 250620ce251b41ad5a27286fa872bce53f6892f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:28:16 +0000 Subject: [PATCH] opentofu: Update to version 1.8.2 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index 9b8031a476..25ae624206 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.8.1", + "version": "1.8.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.8.1/tofu_1.8.1_windows_amd64.zip", - "hash": "b21198e715879ef96e4bec1d4f1da931c65c2f957128b206d55ebd09bff50623" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.2/tofu_1.8.2_windows_amd64.zip", + "hash": "50af268bfdc9df41e895b8820f98ad5fe3f34a44ded1653fa16109ea67faa55e" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.1/tofu_1.8.1_windows_386.zip", - "hash": "bdddb06283ad67a168f3e04bf89e2a09a402bb72b96d384a1c5b8cc52074a642" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.2/tofu_1.8.2_windows_386.zip", + "hash": "4d67a47f37865ea292b7ee88251d463c130bcb75c49ad6a94f46e57cff0a2ed6" } }, "bin": "tofu.exe",