| Module | Status | What it does? |
|---|---|---|
| IAC Terragrunt | β | Run Terragrunt commands. |
| Terraform | β | Run Terraform commands. |
| Terratest | β | Run Terratest commands. |
| GitLab CICD Vars | β | Manage GitLab CI/CD variables. |
| GoReleaser | β | Wraps GoReleaser functionality as a dagger module. |
| TFLint | β | Run TFLint commands. |
| GoTest | β | A simplify way to run Go Tests (using Go Test, and/or GoTestsum). |
First, read the contribution guidelines. Then, if you're already a ninja, it means you enjoy using Taskfile so just run:
# This initialises the hooks, and ensure you're always using their latest version.
task pc-init
# This is just a check. It will run all the checks on the codebase.
task pc-runThe current workflows in GitHub Actions will do the rest ;).
