We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61e244 commit f9ba157Copy full SHA for f9ba157
installations/terraform.sh
@@ -16,7 +16,7 @@ install() {
16
printf -- "plugin_cache_dir = \"%s/.terraform.d/plugin-cache\"\ndisable_checkpoint = true\n" "${HOME}" >"${HOME}/.terraformrc"
17
18
# renovate: datasource=github-releases depName=hashicorp/terraform-ls
19
- local TERRAFORM_LS_VERSION="v0.35.0"
+ local TERRAFORM_LS_VERSION="v0.36.0"
20
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"
21
}
22
0 commit comments