Skip to content

Commit

Permalink
docs: Add links and descriptions to TF related tools (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplourenco1 authored Oct 13, 2021
1 parent 72b7e9c commit 7939ae9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion not-best-practices/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ description: FTP (Frequent Terraform Problems)

## What are the tools I should be aware and consider using?

Terragrunt, tflint, tfenv, Atlantis, pre-commit-terraform, etc. \(todo: add links to these\)
- **[Terragrunt](https://terragrunt.gruntwork.io/)** - Orchestration tool
- **[tflint](https://github.com/terraform-linters/tflint)** - Code linter
- **[tfenv](https://github.com/tfutils/tfenv)** - Version manager
- **[Atlantis](https://www.runatlantis.io/)** - Pull Request automation
- **[pre-commit-terraform](https://github.com/antonbabenko/pre-commit-terraform)** - Collection of git hooks for Terraform to be used with [pre-commit framework](https://pre-commit.com/)

## Have you had a chance to answer the previous question?

Expand Down

0 comments on commit 7939ae9

Please sign in to comment.