株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

インストール

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)

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)