diff --git a/get-community.sh b/get-community.sh index b7bfcd78..66b7c4e6 100755 --- a/get-community.sh +++ b/get-community.sh @@ -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" diff --git a/get-officials.sh b/get-officials.sh index 8f93c9b2..04bea7d5 100755 --- a/get-officials.sh +++ b/get-officials.sh @@ -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" diff --git a/module_community.lst b/module_community.lst index 0b49f94b..c5a38c71 100755 --- a/module_community.lst +++ b/module_community.lst @@ -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