# Частыя пытанні

## Якімі інструментамі мне варта ведаць і разгледзець магчымасць выкарыстання?

* [**Terragrunt**](https://terragrunt.gruntwork.io/) - Інструмент аркестрацыі
* [**tflint**](https://github.com/terraform-linters/tflint) - Кодавы лінтэр
* [**tfenv**](https://github.com/tfutils/tfenv) - Мэнэджэр версій
* [**Atmos**](https://atmos.tools/) - Сучасны кампазіцыйны фрэймворк для Terraform з падтрымкай YAML
* [**asdf-hashicorp**](https://github.com/asdf-community/asdf-hashicorp) - Плагін HashiCorp для менеджара версій [asdf](https://github.com/asdf-vm/asdf)
* [**Atlantis**](https://www.runatlantis.io/) - Аўтаматызацыя Pull Request
* [**pre-commit-terraform**](https://github.com/antonbabenko/pre-commit-terraform) - Зборнік git hooks для Terraform для выкарыстання з [pre-commit framework](https://pre-commit.com/)
* [**Infracost**](https://www.infracost.io) - Ацэнка cloud cost estimates для Terraform у pull requests. Таксама працуе з Terragrunt, Atlantis і pre-commit-terraform.

## Якія ёсць рашэнні для праблемы з [адам залежнасцяў](https://en.wikipedia.org/wiki/Dependency_hell) з модулямі?

Версіі модуляў рэсурсаў і інфраструктуры павінны быць зададзены. Провайдары павінны канфігуравацца па-за модулямі, але толькі ў кампазіцыі. Версію правайдараў і Terraform таксама можна заблакіраваць.

Не існуе адзінага інструмента для кіравання залежнасцямі, але ёсць некалькі парад, як зрабіць спецыфікацыі залежнасцей менш праблемнымі. Напрыклад, [Dependabot](https://dependabot.com/) можна выкарыстоўваць для аўтаматызацыі абнаўленняў залежнасцей. Dependabot стварае pull requests , каб падтрымліваць вашыя залежнасці бяспечнымі і актуальнымі. Dependabot падтрымлівае канфігурацыі Terraform.


---

# 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://www.terraform-best-practices.com/be/faq.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.
