Custom Terraform modules primarily intended to be included in a project derived from [prepd-project] (https://github.com/rjayroach/prepd-project/) to provide a set of infrastructure blueprints.
Add these modules as a submodule in the 'modules' directory of an existing repo:
cd terraform
git submodule add git@github.com:rjayroach/terraform-modules modulesUpdating the submodule to the latest code on master:
git submodule update --init --remote --mergeCode changed in the submodule can be [committed and pushed] (https://chrisjean.com/git-submodules-adding-using-removing-and-updating) like any other repo.