# Модуль В: Установка Terraform на ControlVM

#### Задание:

Установить Terraform на ControlVM&#x20;

#### Выполнение:

**ControlVM:**

* Устанавляваем **wget** и **unzip**:

```
sudo -i
```

```
apt-get update && apt-get install -y wget unzip
```

* Скачиваем архив с **Terraform**:
  * с Зеркала Яндекса:

```
wget 
```

* * с Зеркала VK Cloud, если не работает Яндекс

```
wget 
```

* Распаковываем его в каталог **/usr/local/bin**:

```
unzip  terraform_1.7.3_linux_amd64.zip -d /usr/local/bin/
```

* Проверяем:

![](https://sysahelper.ru/pluginfile.php/259/mod_page/content/2/image.png)

Последнее изменение: вторник, 13 февраля 2024, 16:47

Предыдущий элемент курса [Подготовка машины ControlVM ( с PuTTY с хостовой системы на базе Windows 10)](https://sysahelper.ru/mod/page/view.php?id=200\&forceview=1)

Перейти на...

Следующий элемент курса [Подготовка облачной инфраструктуры](https://sysahelper.ru/mod/page/view.php?id=203\&forceview=1)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://seraphim.gitbook.io/volodyazetkin2024gitbook/modul-v.-docker-compose-sozdanie-lokalnogo-docker-registry/modul-v-ustanovka-terraform-na-controlvm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
