Skip to content

Commit fad1ce5

Browse files
renovate[bot]ViBiOh
authored andcommitted
chore(deps): update dependency hashicorp/terraform-ls to v0.38.8
1 parent 467b5e5 commit fad1ce5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installations/terraform.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ 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.38.7"
19+
local TERRAFORM_LS_VERSION="v0.38.8"
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
}

0 commit comments

Comments
 (0)