-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: all modules and example and docs should pass pre commit lint (#26)
* chore: add pre-commmit check Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com> * chore: update workflow Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com> * chore: update mergify Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com> * fix: examples should pass validation Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com> * chore: update latest docs Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com> * chore: add pre commit README Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
- Loading branch information
1 parent
d2d3e00
commit f7bc99a
Showing
12 changed files
with
200 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
repos: | ||
- repo: git://github.com/antonbabenko/pre-commit-terraform | ||
rev: v1.46.0 | ||
hooks: | ||
- id: terraform_fmt | ||
- id: terraform_docs | ||
- id: terraform_validate | ||
- id: terraform_tflint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Examples | ||
|
||
Examples are located in [tkap](https://github.com/particuleio/tkap) repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --> | ||
## Requirements | ||
|
||
| Name | Version | | ||
|------|---------| | ||
| terraform | >= 0.13 | | ||
| helm | ~> 2.0 | | ||
| kubectl | ~> 1.0 | | ||
| kubernetes | ~> 2.0 | | ||
|
||
## Providers | ||
|
||
No provider. | ||
|
||
## Modules | ||
|
||
| Name | Source | Version | | ||
|------|--------|---------| | ||
| kapsule | particuleio/kapsule/scaleway | | | ||
| kapsule-addons | ../.. | | | ||
|
||
## Resources | ||
|
||
No resources. | ||
|
||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|------|---------|:--------:| | ||
| cluster-name | n/a | `string` | `"cluster"` | no | | ||
| scaleway | n/a | `any` | `{}` | no | | ||
|
||
## Outputs | ||
|
||
No output. | ||
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --> |
Oops, something went wrong.