asdf-community / asdf-hashicorp

HashiCorp plugin for the asdf version manager

Home Page:https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-hashicorp

HashiCorp plugin for asdf version manager

Build History

Build history

Installation

asdf plugin-add boundary https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add consul https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add levant https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add nomad https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add packer https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add sentinel https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add serf https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add terraform https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add terraform-ls https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add tfc-agent https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add vault https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add waypoint https://github.com/asdf-community/asdf-hashicorp.git

Usage

Check asdf readme for instructions on how to install & manage versions.

Environment Variable Options

  • ASDF_HASHICORP_SKIP_VERIFY: skip verifying checksums and signatures
  • ASDF_HASHICORP_OVERWRITE_ARCH: force the plugin to use a specified processor architecture rather than the automatically detected value. Useful, for example, for allowing users on M1 Macs to install amd64 binaries when there's no arm64 binary available.
  • ASDF_HASHICORP_OVERWRITE_ARCH_: like the previous override, but for each specific tool, e.g. ASDF_HASHICORP_OVERWRITE_ARCH_TERRAFORM. Works with ASDF_HASHICORP_OVERWRITE_ARCH, and tool-specific overrides take precedence.
  • ASDF_HASHICORP_TERRAFORM_VERSION_FILE: Which .tf-file to examine for version constraints when using the legacy_version_file option in ~/.asdfrc. Defaults to main.tf

License

Licensed under the MIT license.

About

HashiCorp plugin for the asdf version manager

https://github.com/asdf-vm/asdf

License:MIT License


Languages

Language:Shell 98.0%Language:Makefile 2.0%