Skip to content

Commit f9ba157

Browse files
chore(deps): update dependency hashicorp/terraform-ls to v0.36.0
1 parent d61e244 commit f9ba157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installations/terraform.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install() {
1616
printf -- "plugin_cache_dir = \"%s/.terraform.d/plugin-cache\"\ndisable_checkpoint = true\n" "${HOME}" >"${HOME}/.terraformrc"
1717

1818
# renovate: datasource=github-releases depName=hashicorp/terraform-ls
19-
local TERRAFORM_LS_VERSION="v0.35.0"
19+
local TERRAFORM_LS_VERSION="v0.36.0"
2020
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"
2121
}
2222

0 commit comments

Comments
 (0)