Terraformer plugin for the asdf version manager.
asdf plugin add terraformer https://github.com/gr1m0h/asdf-terraformer.gitPlease ensure you also set up the Terraform plugin directory. See the Terraformer installation instructions, from Step 4 onwards.
See the asdf documentation for the full set of commands. The most common ones are:
# Show all installable versions
asdf list all terraformer
# Install a specific version
asdf install terraformer latest
asdf install terraformer 0.8.30
# Set a version globally (writes to ~/.tool-versions)
asdf set -u terraformer latest
# Set a version for the current project (writes to ./.tool-versions)
asdf set terraformer 0.8.30Contributions are welcome! This plugin is linted with shellcheck and shfmt, and tested with asdf-vm/actions.
The required tooling versions are pinned in .tool-versions,
so you can install them with asdf:
asdf install# Format the shell scripts
./scripts/format.bash
# Lint the shell scripts
./scripts/lint.bash