🐷

WindowsにおけるTerraformとAWS CLIの環境構築手順

に公開

AWS CLI install

Download and run the AWS CLI MSI installer for Windows (64-bit):

https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

image

Terraform Install Windows AMD64 Version: 1.8.2

https://developer.hashicorp.com/terraform/install
image

  1. terraform.exe を起動でインストール

  2. システムの環境変数にパスを追加

システム環境変数の編集
image

Path を選択して編集
image

ご自身でダウンロードした terraform のパスを設定してください。
image

コマンドを叩いて設定の確認

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

image

GitHubで編集を提案

Discussion