forked from aws-ia/terraform-aws-mwaa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fc482f
commit c802548
Showing
27 changed files
with
337 additions
and
354 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
### What does this PR do? | ||
|
||
<!-- A brief description of the change being made with this pull request. --> | ||
|
||
|
||
### Motivation | ||
|
||
<!-- What inspired you to submit this pull request? --> | ||
|
||
|
||
### More | ||
- [ ] Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes) | ||
- [ ] Yes, I ran `pre-commit run -a` with this PR | ||
|
||
### For Moderators | ||
- [ ] E2E Test successfully complete before merge? | ||
|
||
### Additional Notes | ||
|
||
<!-- Anything else we should know when reviewing? --> |
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 |
---|---|---|
|
@@ -43,4 +43,4 @@ go.sum | |
|
||
.DS_Store | ||
.idea | ||
.build | ||
.build |
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 |
---|---|---|
@@ -1,11 +1,40 @@ | ||
--- | ||
fail_fast: false | ||
minimum_pre_commit_version: "2.6.0" | ||
repos: | ||
- | ||
repo: https://github.com/aws-ia/pre-commit-configs | ||
# To update run: | ||
# pre-commit autoupdate --freeze | ||
rev: v1.5.0 | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.3.0 | ||
hooks: | ||
- id: aws-ia-meta-hook | ||
- id: trailing-whitespace | ||
args: ['--markdown-linebreak-ext=md'] | ||
- id: end-of-file-fixer | ||
- id: check-merge-conflict | ||
- id: detect-private-key | ||
- id: detect-aws-credentials | ||
args: ['--allow-missing-credentials'] | ||
- repo: https://github.com/antonbabenko/pre-commit-terraform | ||
rev: v1.72.2 | ||
hooks: | ||
- id: terraform_fmt | ||
- id: terraform_docs | ||
args: | ||
- '--args=--lockfile=false' | ||
- id: terraform_validate | ||
exclude: deploy | ||
- id: terraform_tflint | ||
args: | ||
- '--args=--only=terraform_deprecated_interpolation' | ||
- '--args=--only=terraform_deprecated_index' | ||
- '--args=--only=terraform_unused_declarations' | ||
- '--args=--only=terraform_comment_syntax' | ||
- '--args=--only=terraform_documented_outputs' | ||
- '--args=--only=terraform_documented_variables' | ||
- '--args=--only=terraform_typed_variables' | ||
- '--args=--only=terraform_module_pinned_source' | ||
- '--args=--only=terraform_naming_convention' | ||
- '--args=--only=terraform_required_version' | ||
- '--args=--only=terraform_required_providers' | ||
- '--args=--only=terraform_standard_module_structure' | ||
- '--args=--only=terraform_workspace_remote' | ||
- id: terraform_tfsec | ||
files: ^examples/ # only scan `examples/*` which are the implementation | ||
args: | ||
- --args=--config-file=__GIT_WORKING_DIR__/tfsec.yaml | ||
- --args=--concise-output |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
* @aws-ia/aws-ia @vara-bonthu | ||
* @aws-ia/aws-ia @vara-bonthu |
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,4 @@ | ||
## Code of Conduct | ||
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). | ||
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact | ||
[email protected] with any additional questions or comments. |
Oops, something went wrong.