# FAQ

## Care sunt instrumentele pe care ar trebui să le cunosc și pe care ar trebui să le folosesc?

* [**Terragrunt**](https://terragrunt.gruntwork.io/) - Instrument de orchestrare
* [**tflint**](https://github.com/terraform-linters/tflint) - Cod linter
* [**tfenv**](https://github.com/tfutils/tfenv) - Manager de versiuni
* [**Atlantis**](https://www.runatlantis.io/) - Automatizare pentru Pull Requests
* [**pre-commit-terraform**](https://github.com/antonbabenko/pre-commit-terraform) - O colecție de git hooks pentru Terraform pentru a fi folosite cu [pre-commit framework](https://pre-commit.com/)

## Care sunt soluțiile pentru iadul dependenței - [dependency hell](https://en.wikipedia.org/wiki/Dependency_hell), cu module?

Ar trebui specificate versiunile modulelor de resurse și infrastructură. Furnizorii de infrastructură (providers) ar trebui configurați în afara modulelor, dar numai în compoziție. Versiunea furnizorilor și  cea a Terraform pot fi, de asemenea, blocate.

Nu există un instrument principal de gestionare a dependenței, dar există câteva sfaturi pentru a face iadul dependenței mai puțin problematic. De exemplu, [Dependabot](https://dependabot.com/) poate fi folosit pentru a automatiza actualizările dependenței. Dependabot creează pull requests pentru a vă menține dependențele în siguranță și actualizate. Dependabot acceptă configurații 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/ro/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.
