diff --git a/coding_guidelines/terragrunt.md b/coding_guidelines/terragrunt.md
index 70d2203..922068d 100644
--- a/coding_guidelines/terragrunt.md
+++ b/coding_guidelines/terragrunt.md
@@ -11,6 +11,7 @@ Welcome! If you're here, it means you're interested in contributing to our infra
   - [Naming](#naming)
   - [AWS authentication](#aws-authentication)
   - [Usage](#usage)
+  - [Atlantis](#atlantis)
   - [Install](#install)
   - [Secrets](#secrets)
     - [SOPS](#sops)
@@ -226,6 +227,8 @@ These are some of its benefits:
 Terragrunt is a layer on top of OpenTofu. Therefore all the commands that can be used in OpenTofu can also be added to the terragrunt command.
 More info: <https://terragrunt.gruntwork.io/docs/getting-started/quick-start/>
 
+## Atlantis
+
 ## Install
 
 You can install OpenTofu and Terragrunt through the package manager that you use.