bash
,curl
,unzip
: generic POSIX utilities.
Install plugin:
asdf plugin add opentofu https://github.com/rynkowsg/asdf-opentofu.git
Install opentofu:
# Show all installable versions
asdf list-all opentofu
# Install specific version
asdf install opentofu latest
# Set a version globally (on your ~/.tool-versions file)
asdf global opentofu latest
# Now opentofu commands are available
tofu --help
Check asdf readme for more instructions on how to install & manage versions.
For more information aboot OpenTofu check their docs.
Licensed under the MIT license.