Skip to content

Commit

Permalink
Fixing path & references for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 committed Apr 10, 2022
1 parent d5db4ca commit e0b5264
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions get-community.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ set -e
TITLE="TERRAFORM COMMUNITY SUBMODULES" # script name
VER="2.3" # script version

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

COL_RED="\033[22;31m"
COL_GREEN="\033[22;32m"
Expand Down
5 changes: 3 additions & 2 deletions get-officials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ set -e
TITLE="TERRAFORM OFFICIAL SUBMODULES" # script name
VER="2.3" # script version

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

COL_RED="\033[22;31m"
COL_GREEN="\033[22;32m"
Expand Down
2 changes: 1 addition & 1 deletion module_community.lst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-b 0.25.0 https://github.com/cloudposse/terraform-null-label.git
-b v0.1.0 https://github.com/cloudposse/terraform-aws-budgets.git
-b 0.22.3 https://github.com/cloudposse/terraform-aws-lab-cluster.git
-b 0.22.3 https://github.com/cloudposse/terraform-aws-emr-cluster.git
https://github.com/cloudposse/terraform-aws-glue.git
https://github.com/cloudposse/terraform-aws-glue-job.git
https://github.com/cloudposse/terraform-aws-glue-workflow.git
Expand Down

0 comments on commit e0b5264

Please sign in to comment.