Manage terraform with tfenv

1 · Maksym Postument · July 26, 2022, 5:54 p.m.
Hello! This is the first article in a series of articles about terraform. In it, we will learn how to install terraform using tfenv and how to configure vscode to work with terraform. tfenv You will need tfenv to get started. It makes it very easy to install and manage different versions of terraform. The tfenv code is located at github. To install, you need to clone git repository git clone --depth=1 https://github....