diff --git a/installations/terraform.sh b/installations/terraform.sh index 103c48da..563930fb 100644 --- a/installations/terraform.sh +++ b/installations/terraform.sh @@ -16,6 +16,6 @@ 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.5" + local TERRAFORM_LS_VERSION="v0.38.6" 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" }