Skip to content

Commit

Permalink
Fix directory path in README.md for module deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 26, 2025
1 parent 6babd93 commit 75246a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/templates/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 75246a2

Please sign in to comment.