Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ru/_tutorials/_tutorials_includes/terraform-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ export PATH=$PATH:/path/to/terraform

Используйте один из способов:
* [Скачайте дистрибутив {{ TF }}](https://www.terraform.io/downloads.html) и установите его согласно [инструкции](https://learn.hashicorp.com/tutorials/terraform/install-cli?in=terraform/aws-get-started).
* Установите {{ TF }} с помощью пакетного менеджера [Homebrew](https://brew.sh), используя команду:
* Установите {{ TF }} с помощью пакетного менеджера [Homebrew](https://brew.sh), используя команды:

```bash
brew install terraform
brew tap hashicorp/tap
brew install hashicorp/tap/terraform
```

{% endlist %}
{% endlist %}