Skip to content

Commit

Permalink
chore(deps): update dependency hashicorp/terraform-ls to v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ViBiOh committed Jul 22, 2024
1 parent 54598d4 commit a5efaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installations/terraform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.0"
local TERRAFORM_LS_VERSION="v0.34.1"
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"
}

Expand Down

0 comments on commit a5efaa1

Please sign in to comment.