From 0f26015d4a0632686774d902f4a7ae443dea4993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Tue, 20 Feb 2024 20:55:07 +0100 Subject: [PATCH] feat(terraform): bump to v1.7.3 --- 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 56f9ef04..57f3364e 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.1" + version = "1.7.3" binaryName = "terraform" )