UiPath Documentation
robot
2022.4
false
Robot ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Terraform をインストールする

This page provides instructions for the installation of Terraform v0.12.3. You may choose to download the most recent, or another, version of Terraform but you must then also upgrade the scripts according to the Terraform Upgrade Guide.

Windows

  1. Download the Terraform installation archive for your Windows version (e.g. terraform_0.12.3_windows_amd64.zip or terraform_0.12.3_windows_386.zip).

  2. パッケージを適切なディレクトリ (C: erraform など) に解凍します。

    注:

    Terraform は、terraform.exe を名前とする単一バイナリとして動作します。パッケージにある他のファイルはすべて削除してかまいません。

  3. 次の手順に従い、Path システム変数から参照できるように Terraform バイナリを設定します。

  4. Open Windows Control Panel and select System and Security.

  5. Click System and select Advanced system settings from the left menu. The System Properties window is displayed.

  6. From the Advanced tab, click Environment Variables. The Environment Variables window is displayed.

  7. From the System variables pane, select the Path variable and click Edit. If the Path variable does not exist, click New. The New/Edit environment variable window is displayed.

  8. 新規または既存の変数に Terraform のディレクトリを追加します。今回の例では C: erraform\ です。

  9. Click OK on all Control Panel windows to close them.

    注:

    上記の手順は、Windows 10 と Windows 8 で適用できます。Windows 7 を使用している場合、[システムの詳細設定] を表示するには、コンピューターのアイコンを右クリックして [プロパティ] を選択します。

  10. 管理者権限でコマンド プロンプトを開き、Terraform を実行します。

Linux

  1. Download the Terraform installation archive for your machine (e.g. terraform_0.12.3_linux_amd64.zip , terraform_0.12.3_linux_arm.zip, or terraform_0.12.3_linux_386.zip).

    例: $ wget https://releases.hashicorp.com/terraform/0.12.3/terraform_0.12.3_linux_amd64.zip

  2. unzip をインストールします (未インストールの場合)。例:

  3. Debian/Ubuntu を使用する場合: $ sudo apt-get install unzip

  4. CentOS/Redhat を使用する場合: $ sudo yum install unzip

  5. インストール パッケージを解凍します。たとえば、$ unzip terraform_0.12.3_linux_amd64.zip と指定します。

    注:

    Terraform は、terraform.exe を名前とする単一バイナリとして動作します。パッケージにある他のファイルはすべて削除してかまいません。

  6. Terraform のパスを、$ sudo mv terraform /usr/local/bin/ のように設定します。

インストールの検証

terraform コマンドを実行して、使用状況に関する情報を表示することによって、インストールが正常に完了したことを検証できます。

  • Windows
  • Linux
  • インストールの検証

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得