From 4c22ef796e0917da42deec720762aa4eb4db59f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:30:19 +0000 Subject: [PATCH] opentofu: Update to version 1.9.0 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index 66afea012f..7f854848ed 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.8.8", + "version": "1.9.0", "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.8/tofu_1.8.8_windows_amd64.zip", - "hash": "aeb9831b08c001b6e1ce581e5d59af14f7b3323677e89f47cf22e42a40517ad7" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.9.0/tofu_1.9.0_windows_amd64.zip", + "hash": "700d76132a8911b31157987ef7b269a88f8f20099e95715bb01b653368a9eaae" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.8/tofu_1.8.8_windows_386.zip", - "hash": "2998cc0f22c19be34a495b20b7c06ff7044182821d8cd7d8e0d537e6f2b4f799" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.9.0/tofu_1.9.0_windows_386.zip", + "hash": "962b5ab184816b386c5cc16aae8643d5c14ab49fb4a7cfa15779f351f2414447" } }, "bin": "tofu.exe",