🐷
WindowsにおけるTerraformとAWS CLIの環境構築手順
AWS CLI install
Download and run the AWS CLI MSI installer for Windows (64-bit):
Terraform Install Windows AMD64 Version: 1.8.2
-
terraform.exe を起動でインストール
-
システムの環境変数にパスを追加
システム環境変数の編集
Path を選択して編集
ご自身でダウンロードした terraform のパスを設定してください。
コマンドを叩いて設定の確認
aws --version
aws --version
# aws-cli/2.15.44 Python/3.11.8 Windows/10 exe/AMD64 prompt/off
terraform -version
terraform -version
# Terraform v1.8.2 on windows_amd64
Discussion