# FAQ

## Jakich narzędzi muszę używać?

* [**Terragrunt**](https://terragrunt.gruntwork.io) - narzędzie do orkiestracji
* [**tflint**](https://github.com/terraform-linters/tflint) - linter kodu
* [**tfenv**](https://github.com/tfutils/tfenv) - menadżer wersji
* [**Atlantis**](https://www.runatlantis.io) - narzędzie do automatyzacji pull-requestów
* [**pre-commit-terraform**](https://github.com/antonbabenko/pre-commit-terraform) - Zbiór git hooków dla Terraforma do użycia z [pre-commit framework](https://pre-commit.com)
* [**Infracost**](https://infracost.io) - Oszacowywanie kosztów chmury w pull requestach. Działa z Terragrunt, Atlantis a także pre-commit-terrraform.

## Jakie są rozwiązania [piekła zależności](https://pl.wikipedia.org/wiki/Piek%C5%82o_zale%C5%BCno%C5%9Bci) (dependency hell) z modułami?

Należy określić wersje modułów zasobów i infrastruktury. Dostawcy powinni być skonfigurowani poza modułami, ale tylko w kompozycji. Wersję dostawców i Terraform można również zablokować.

Nie ma głównego narzędzia do zarządzania zależnościami, ale jest kilka wskazówek, dzięki którym piekło zależności będzie mniej problematyczne. Na przykład [Dependabot](https://dependabot.com) może służyć do automatyzacji aktualizacji zależności. Dependabot tworzy pull requesty, aby Twoje zależności były bezpieczne i aktualne. Dependabot obsługuje konfiguracje 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/pl/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.
