# ЖҚС (FAQ)

### Қандай құралдарды білуім керек және қолдануды қарастыруым керек?

* [**Terragrunt**](https://terragrunt.gruntwork.io/) - Оркестрация құралы
* [**tflint**](https://github.com/terraform-linters/tflint) - Код линтері
* [**tfenv**](https://github.com/tfutils/tfenv) - Нұсқа менеджері
* [**Atmos**](https://atmos.tools/) - YAML-ге негізделген Terraform-ға арналған заманауи композициялық фреймворк
* [**asdf-hashicorp**](https://github.com/asdf-community/asdf-hashicorp) - [asdf](https://github.com/asdf-vm/asdf) нұсқа менеджеріне арналған HashiCorp плагині
* [**Atlantis**](https://www.runatlantis.io/) - Pull Request-ті автоматтандыру
* [**pre-commit-terraform**](https://github.com/antonbabenko/pre-commit-terraform) -  [pre-commit framework](https://pre-commit.com/) бірге қолданылатын Terraform-ға арналған git хуктарының жинағы
* [**Infracost**](https://www.infracost.io) - Pull request-тердегі Terraform үшін бұлттық шығындар сметасы. Terragrunt, Atlantis және pre-commit-terraform-мен де жұмыс істейді.

### Модульдердегі «[тәуелділік тозағының](https://en.wikipedia.org/wiki/Dependency_hell)» шешімдері қандай?

Ресурс және инфрақұрылым модульдерінің нұсқалары көрсетілуі тиіс. Провайдерлер модульдерден тыс, бірақ тек композицияда бапталуы керек. Провайдерлер мен Terraform нұсқаларын да бекітіп қоюға (lock) болады.

Тәуелділікті басқаратын әмбебап (master) құрал жоқ, бірақ тәуелділік сипаттамаларын проблемасыз етуге арналған бірнеше кеңестер бар. Мысалы, тәуелділік жаңартуларын автоматтандыру үшін [Dependabot](https://dependabot.com/) қолдануға болады. Dependabot тәуелділіктеріңізді қауіпсіз және жаңартылған күйде ұстау үшін pull request-тер жасайды. 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/kk/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.
