Skip to content

Commit 45ec37b

Browse files
committed
docs: more 80 char. add terraform-docs
1 parent 4c3e4b5 commit 45ec37b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.trunk/trunk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ lint:
3131
- trivy@0.61.1
3232
- trufflehog@3.88.26
3333
- yamllint@1.37.0
34+
# NOTE(tflint): specific override required so it uses .tflint.hcl file in .trunk/configs directory
35+
# https://github.com/trunk-io/plugins/tree/main/linters/tflint
3436
definitions:
3537
- name: tflint
3638
environment:

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@
88

99
## Purpose and Functionality
1010

11-
This repository serves as a template for creating Terraform modules,
12-
providing a standardized structure and essential files for efficient module
13-
development. It is designed to ensure consistency and promote our best
14-
practices across all Terraform projects.
11+
This repository serves as a template for creating Terraform modules, providing a standardized structure and essential files for efficient module development. It is designed to ensure consistency and promote our best practices across all Terraform projects.
1512

16-
It comes pre-configured with Masterpoint's standard open source toolset, which
17-
our team uses to operate effectively when working with both Terraform and
18-
OpenTofu.
13+
It comes pre-configured with Masterpoint's curation of open source tools, which our team uses to operate more effectively with Terraform and OpenTofu.
1914

2015
- [**aqua**](https://aquaproj.github.io/): Declarative CLI tool verison manager
2116
- **tofu + terraform test workflows**: For continuously testing our TF code
17+
- [**terraform-docs**](https://terraform-docs.io/): Easily add terraform docs to the README
2218
- [**trunk**](https://docs.trunk.io/references/cli/getting-started): Trunk CLI for managing code quality (linters + checks)
2319
- **actionlint**: Linter for GitHub Actions workflows
2420
- **checkov**: Infrastructure as Code (IaC) security scanner

0 commit comments

Comments
 (0)