From 3cad983de3b071a68a92963cbb038cffca8e5931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Mon, 8 Apr 2024 06:05:13 +0200 Subject: [PATCH] feat(terraform): bump to v1.7.5 --- tools/sgterraform/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgterraform/tools.go b/tools/sgterraform/tools.go index 57f3364e..b6dc91bd 100644 --- a/tools/sgterraform/tools.go +++ b/tools/sgterraform/tools.go @@ -20,7 +20,7 @@ import ( const tripleQuote = "```" // required by goconst since used more than 3 const ( - version = "1.7.3" + version = "1.7.5" binaryName = "terraform" )