# שאלות ותשובות

## מהם הכלים שעליכם להיות מודעים אליהם ולשקול להשתמש בהם

* [**Terragrunt**](https://terragrunt.gruntwork.io/) - כלי אורקסטרציה
* [**tflint**](https://github.com/terraform-linters/tflint) - סורק קוד
* [**tfenv**](https://github.com/tfutils/tfenv) - מנהל גרסאות
* [**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) - הערכת עלויות בענן עבור Terraform, עובד עם Terragrunt, Atlantis ו pre-commit-terraform.

## מה הפתרונות עם '[גיהנום התלויות](https://en.wikipedia.org/wiki/Dependency_hell)' עם מודלים?

גרסאות של משאבים ומודלים צריכים להיות מוגדרים. ספקים (providers) יש להגדיר מחוץ למודלים, אבל רק בקומפוזיציה. גרסאות של ספקים וTerraform יכולים להיות נעולים גם.

אין כלי קסם לניהול תלויות, אבל יש כמה טיפים שיעזרו להפחית את הבעיות בתחזוק תלויות. לדוגמה, ניתן להשתמש ב Dependabot כדי להפוך עדכוני תלויות לאומוטיים. 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/he/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.
