From 0a395303559dd7adce6d667a70620f229af9e337 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:36:43 +0000 Subject: [PATCH] opentofu: Update to version 1.7.1 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index 370d1426e9..5102bfe866 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.7.0", + "version": "1.7.1", "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.7.0/tofu_1.7.0_windows_amd64.zip", - "hash": "063a5bfecc60e1f9363f269a590556dd58549f8b6619e3cafd55439cbcbe1864" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.7.1/tofu_1.7.1_windows_amd64.zip", + "hash": "764221629e7c608d8f7da34a507d8be3605396b42ee273b6289b75bb1d67d40a" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.7.0/tofu_1.7.0_windows_386.zip", - "hash": "99e0c538bb92d6a9368724ba311e9dd412771abef8c9ba54fbb7f1df2715cea4" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.7.1/tofu_1.7.1_windows_386.zip", + "hash": "66861f4ab15feab22ad58c88b4273de1ee342f293839d957495dcc0a3e5f70ec" } }, "bin": "tofu.exe",