Original link: https://www.iots.vip/post/asdf-multi-version-terraform.html
asdf-vm is a CLI tool for managing multi-version operating environments, similar to multi- nodejs
version management tools n
. Compared with other types of tools, asdf-vm
supports many languages and development tools in the form of plug-ins, supports global configuration, and at the same time It also supports managing tool versions by project dimension through the .tool-versions
configuration file (similar to packages.json
under front-end projects). In the process of using Terraform, we often encounter situations where we need to switch between different terraform
versions, and asdf-vm
can meet our needs.
This article is reprinted from: https://www.iots.vip/post/asdf-multi-version-terraform.html
This site is for inclusion only, and the copyright belongs to the original author.