/terraform-modules

A collection of terraform modules to standardize network creation and common interactions in aws

Primary LanguageHCLApache License 2.0Apache-2.0

Terraform-modules

A collection of terraform modules to standardize network creation and common interactions in aws

  • aws
    • network
    • rds
    • redis

Contributing

You need a version of NodeJS installed locally. Run the below commands to setup the project and pre-commit hook.

npm install
# or
yarn

The project uses conventional commits, and they're enforced by pre-commit hooks. Ensure you familiarize yourself with its concepts.