Skip to content

Commit

Permalink
chore: fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-makandra committed Mar 14, 2024
1 parent 2ca163d commit 9fd1f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terraform module template

This is a template for terraform modules. It contains the required CI congiguration and `.gitignore`.
This is a template for terraform modules. It contains the required CI configuration and `.gitignore`.

# Contents

Expand All @@ -18,7 +18,7 @@ We have several default workflows prepared.

### checkov

[checkov](https://www.checkov.io/) scans the terraform manifests for common misconfigurations. By default the root of the respository is scanned but if you have a repo with submodules (like for e.g. [makandra/terraform-aws-modules](https://github.com/makandra/terraform-aws-modules) you may want to alter the path of the github action.
[checkov](https://www.checkov.io/) scans the terraform manifests for common misconfigurations. By default the root of the repository is scanned but if you have a repo with submodules (like for e.g. [makandra/terraform-aws-modules](https://github.com/makandra/terraform-aws-modules) you may want to alter the path of the GitHub action.

### conventional-commits

Expand Down

0 comments on commit 9fd1f1c

Please sign in to comment.