From 75246a212e16caf1349256e2c8443f7306bdf9d4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 26 Jun 2025 12:39:50 -0400 Subject: [PATCH] Fix directory path in README.md for module deployment instructions --- ansible/templates/README.md.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/README.md.j2 b/ansible/templates/README.md.j2 index 9e19016..631ed82 100644 --- a/ansible/templates/README.md.j2 +++ b/ansible/templates/README.md.j2 @@ -20,7 +20,7 @@ To apply this configuration: 1. Change to the directory of the module you want to deploy: ``` - cd {{ environment }}/{{ aws_region }}/vpc/cluster/eks + cd {{ environment }}/{{ aws_region }}/vpc/{{ cluster_name }}/eks ``` 2. Initialize and apply the Terragrunt configuration: