From 9ea1762ac317c9e4d9a2425c1f37d6a601fd6d10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 12:32:16 +0000 Subject: [PATCH] terraform-switcher: Update to version 1.10.0 --- bucket/terraform-switcher.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terraform-switcher.json b/bucket/terraform-switcher.json index 9365ee1288..dde21dbb12 100644 --- a/bucket/terraform-switcher.json +++ b/bucket/terraform-switcher.json @@ -1,16 +1,16 @@ { - "version": "1.9.0", + "version": "1.10.0", "description": "A command line tool to switch between different versions of terraform", "homepage": "https://tfswitch.warrensbox.com", "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.9.0/terraform-switcher_v1.9.0_windows_386.zip", - "hash": "3611f8b2aa521c3a6245069782b74296cf479a597df5fedba57ba94f68ec9917" + "url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.10.0/terraform-switcher_v1.10.0_windows_386.zip", + "hash": "15b78d2060b2a7c96ecf358d9130c30a913e270dbab094550b2e077883fc6724" }, "64bit": { - "url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.9.0/terraform-switcher_v1.9.0_windows_amd64.zip", - "hash": "0fcb919e3b25de5e6b3e6921f2d445567f2dd10b6a5cbf248c5636ff1a9b0513" + "url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.10.0/terraform-switcher_v1.10.0_windows_amd64.zip", + "hash": "41c35fa40e073e813d6adb7720981b42dbab2f1591e98e407e4d4eaeca5d5a57" } }, "bin": "tfswitch.exe",