Skip to content

Commit

Permalink
Fixing module path for officials
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 committed Apr 11, 2022
1 parent e0b5264 commit 8b21259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-officials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TITLE="TERRAFORM OFFICIAL SUBMODULES" # script name
VER="2.3" # script version

PATH_FOLDER=$(pwd)
SUBMODULE_TERRAFORM="${PATH_FOLDER}/module_community.lst"
SUBMODULE_TERRAFORM="${PATH_FOLDER}/module_officials.lst"
PATH_MODULES="${PATH_FOLDER}/terraform/modules/providers/aws/officials"

COL_RED="\033[22;31m"
Expand Down

0 comments on commit 8b21259

Please sign in to comment.