https://github.com/commitdev/terraform-aws-zero
Zero modules for the AWS EKS Stack
https://github.com/commitdev/terraform-aws-zero
Last synced: 5 months ago
JSON representation
Zero modules for the AWS EKS Stack
- Host: GitHub
- URL: https://github.com/commitdev/terraform-aws-zero
- Owner: commitdev
- License: mpl-2.0
- Created: 2020-08-31T20:30:56.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T20:59:18.000Z (about 2 years ago)
- Last Synced: 2024-04-25T20:17:25.326Z (about 2 years ago)
- Language: HCL
- Size: 229 KB
- Stars: 5
- Watchers: 9
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Terraform modules for Zero's AWS EKS Stack
[](https://github.com/commitdev/terraform-aws-zero/actions)
Included from [https://github.com/commitdev/zero-aws-eks-stack](https://github.com/commitdev/zero-aws-eks-stack)
## Contributing
Full contribution [guidelines are covered here](/.github/CONTRIBUTING.md).
## Doc generation
Code formatting and documentation for variables and outputs is generated using [pre-commit-terraform hooks](https://github.com/antonbabenko/pre-commit-terraform) which uses [terraform-docs](https://github.com/segmentio/terraform-docs).
Follow [these instructions](https://github.com/antonbabenko/pre-commit-terraform#how-to-install) 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`.