terrascan plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities.
Plugin:
asdf plugin add terrascan
# or
asdf plugin add terrascan https://github.com/hpdobrica/asdf-terrascan.git
terrascan:
# Show all installable versions
asdf list-all terrascan
# Install specific version
asdf install terrascan latest
# Set a version globally (on your ~/.tool-versions file)
asdf global terrascan latest
# Now terrascan commands are available
terrascan version
When installing, you can specify an override for architecture via the ASDF_TERRASCAN_OVERWRITE_ARCH environment variable. For example, if you are running on an ARM64 system, you can set ASDF_TERRASCAN_OVERWRITE_ARCH to amd64 to install the amd64 version of terrascan.
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Dobrica Savic