【Terraform】wsl2にtfenvをインストールする

git clone https://github.com/tfutils/tfenv.git ~/.tfenv
echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
tfenv list-remote
tfenv install 0.12.26
tfenv use 0.12.26
yuta@DESKTOP-V36210S:~/AWS_Teraform_Demo$ tfenv list
* 0.12.26 (set by /home/yuta/.tfenv/version)