From 89b23d83b28b28e4ae524c3e4443e1caada577f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:47:22 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform-ls to v0.38.3 --- installations/terraform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/terraform.sh b/installations/terraform.sh index 76eb1f15..4a0258a0 100644 --- a/installations/terraform.sh +++ b/installations/terraform.sh @@ -16,7 +16,7 @@ install() { printf -- "plugin_cache_dir = \"%s/.terraform.d/plugin-cache\"\ndisable_checkpoint = true\n" "${HOME}" >"${HOME}/.terraformrc" # renovate: datasource=github-releases depName=hashicorp/terraform-ls - local TERRAFORM_LS_VERSION="v0.38.2" + local TERRAFORM_LS_VERSION="v0.38.3" archive_to_binary "https://releases.hashicorp.com/terraform-ls/${TERRAFORM_LS_VERSION#v}/terraform-ls_${TERRAFORM_LS_VERSION#v}_$(normalized_os)_$(normalized_arch "amd64" "arm" "arm64").zip" "terraform-ls" }