Skip to content

Commit

Permalink
symlink project dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed Jul 1, 2024
1 parent 163b814 commit b6a4368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symlink-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SOURCE_DIR="modules"

# Get the list of environments by reading the directory names inside the terraform folder
PROJECT_DIR="project"
PROJECT_DIR="projects"
ENVIRONMENTS=($(ls -d $PROJECT_DIR/*/ | xargs -n 1 basename | grep -v '^common$'))

# Loop through each environment and create symlinks for modules
Expand Down

0 comments on commit b6a4368

Please sign in to comment.