A few re-usable TF modules to speed up the dev process.
- Networking
- ALB
- IAM
- Cloudwatch
Publish tags:
git tag -a "v1.0.1" -m "First release of tf modules"
git push origin master --follow-tags
Usage:
module "networking" {
source = "github.com/Jareechang/tf-modules//networking?ref=v1.0.1"
}