From 203c79fcbd5328d495af09e9917eb24160055522 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 26 Jun 2025 12:54:00 -0400 Subject: [PATCH] Remove modules included section from README.md.j2 --- ansible/templates/README.md.j2 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ansible/templates/README.md.j2 b/ansible/templates/README.md.j2 index 631ed82..db4ae40 100644 --- a/ansible/templates/README.md.j2 +++ b/ansible/templates/README.md.j2 @@ -46,14 +46,4 @@ To customize this configuration further, modify the HCL files in the directory s ansible-playbook ansible/generate_hcl_files.yml -e "config_file=your-custom-config.json" ``` -## Modules Included - -This configuration includes the following modules: - -- EKS Cluster (eks) -- Cert Manager (eks-cert-manager) -- Monitoring (eks-prometheus, eks-grafana) -- Service Mesh (eks-istio) -- And more... - Each module can be deployed independently using Terragrunt.