From 1db790aa8b65611b5934a2e127540ebc93b7cfc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:29:25 +0000 Subject: [PATCH] opentofu: Update to version 1.7.3 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index 92adc51a4c..5cb164567a 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.7.2", + "version": "1.7.3", "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.2/tofu_1.7.2_windows_amd64.zip", - "hash": "6069aaabdf5fcbc443e24e94da6f6cf9a7ba48d708f05f62f675e44f9e129f3a" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.7.3/tofu_1.7.3_windows_amd64.zip", + "hash": "479745366d7684a4639e07959d963d06b96c6d26353898c354dd25d4e76bb214" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.7.2/tofu_1.7.2_windows_386.zip", - "hash": "3cbfa63e5254a83399e1981f5c25324962f155aba2113c75408ebee72f20cfa5" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.7.3/tofu_1.7.3_windows_386.zip", + "hash": "a6ad20c29e9b9b2d651c40e20562f2721c86e6a2df208a673a5864166f782ee2" } }, "bin": "tofu.exe",