OpenTofuをWindowsにインストール
2025/1/25 10:30:00
GPG4Winをインストール
$ winget install GnuPG.Gpg4win
GPG4WinにPATHを通す
C:\Program Files (x86)\Gpg4win\bin_64
インストーラーをダウンロード
$ Invoke-WebRequest -outfile "install-opentofu.ps1" -uri "https://get.opentofu.org/install-opentofu.ps1
インストール
$ Invoke-WebRequest -outfile "install-opentofu.ps1" -uri "https://get.opentofu.org/install-opentofu.ps1"
インストーラーを削除
$ Remove-Item install-opentofu.ps1