/asdf-opentofu

Primary LanguageShellMIT LicenseMIT

asdf-opentofu

GitHub Actions Test Status GitHub Actions Lint Status License

opentofu plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, unzip: generic POSIX utilities.

Install

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.

License

Licensed under the MIT license.