commitdev / terraform-aws-zero

Zero modules for the AWS EKS Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform modules for Zero's AWS EKS Stack

Validation Status

Included from https://github.com/commitdev/zero-aws-eks-stack

Contributing

Full contribution guidelines are covered here.

Doc generation

Code formatting and documentation for variables and outputs is generated using pre-commit-terraform hooks which uses terraform-docs.

Follow these instructions to install pre-commit locally.

And install terraform-docs with go get github.com/segmentio/terraform-docs or brew install terraform-docs.

Maintainers

Please install (via brew or whatever means) git-chglog.

To update the changelog, run make changelog To release a new version, check out the main branch and run make release. The new version should be automatically detected by Terraform Registry.

By default these commands will tag or create changelogs for a new 'patch' version. To increment 'minor' or 'major' versions prefix the make command with SCOPE=minor.

About

Zero modules for the AWS EKS Stack

License:Mozilla Public License 2.0


Languages

Language:HCL 76.7%Language:Shell 21.3%Language:Smarty 1.7%Language:Makefile 0.3%