Skip to content

Commit

Permalink
Merge pull request #32 from binbashar/feature/BBL-84-tf-repo-list-update
Browse files Browse the repository at this point in the history
BBL-84 | adding tf repo to list
  • Loading branch information
exequielrafaela authored Nov 9, 2020
2 parents 16fe2d9 + 382acdc commit 6b44e03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
SHELL := /bin/bash
MAKEFILE_PATH := ./Makefile
MAKEFILES_DIR := ./@bin/makefiles
MAKEFILES_VER := v0.0.65

help:
@echo 'Available Commands:'
Expand All @@ -13,7 +14,8 @@ help:
init-makefiles: ## initialize makefiles
rm -rf ${MAKEFILES_DIR}
mkdir -p ${MAKEFILES_DIR}
git clone https://github.com/binbashar/le-dev-makefiles.git ${MAKEFILES_DIR}
git clone https://github.com/binbashar/le-dev-makefiles.git ${MAKEFILES_DIR} -q
cd ${MAKEFILES_DIR} && git checkout ${MAKEFILES_VER} -q

-include ${MAKEFILES_DIR}/circleci/circleci.mk
-include ${MAKEFILES_DIR}/release-mgmt/release.mk
Expand Down
1 change: 1 addition & 0 deletions terraform/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ define REPOS_LIST
"terraform-aws-eks","terraform-aws-modules/terraform-aws-eks" \
"terraform-aws-elasticache-redis","cloudposse/terraform-aws-elasticache-redis" \
"terraform-aws-guardduty-monitor","opendevsecops/terraform-aws-guardduty-monitor" \
"terraform-aws-guardduty-multiaccount","" \
"terraform-aws-iam","terraform-aws-modules/terraform-aws-iam" \
"terraform-aws-kms-key","cloudposse/terraform-aws-kms-key" \
"terraform-aws-lambda","claranet/terraform-aws-lambda" \
Expand Down

0 comments on commit 6b44e03

Please sign in to comment.