Skip to content

Commit f2949f5

Browse files
author
Scott Miller
authored
Merge pull request #33 from rhythmictech/kill-linter-bot
remove linter bot
2 parents 0fd0313 + 082f55d commit f2949f5

3 files changed

Lines changed: 6 additions & 24 deletions

File tree

.github/workflows/pre-commit.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,3 @@ jobs:
3232
no-commit-to-branch,
3333
terraform_tflint_nocreds,
3434
terraform_tfsec
35-
- uses: stefanzweifel/git-auto-commit-action@v4
36-
if: ${{ failure() }}
37-
with:
38-
commit_message: Apply automatic changes
39-
commit_options: "--no-verify"
40-
# Optional commit user and author settings
41-
commit_user_name: Linter Bot
42-
commit_user_email: noreply@rhythmictech.com
43-
commit_author: Linter Bot <actions@github.com>

.github/workflows/pullRequest.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ jobs:
2929
no-commit-to-branch,
3030
terraform_tflint_nocreds,
3131
terraform_tfsec
32-
- uses: stefanzweifel/git-auto-commit-action@v4
33-
if: ${{ failure() }}
34-
with:
35-
commit_message: Apply automatic changes
36-
commit_options: "--no-verify"
37-
# Optional commit user and author settings
38-
commit_user_name: Linter Bot
39-
commit_user_email: noreply@rhythmictech.com
40-
commit_author: Linter Bot <actions@github.com>
4132
tflint:
4233
runs-on: ubuntu-latest
4334
steps:

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ A bit about this module
2424

2525
| Name | Version |
2626
|------|---------|
27-
| terraform | >= 0.13.5 |
27+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.5 |
2828

2929
## Providers
3030

31-
No provider.
31+
No providers.
3232

3333
## Modules
3434

3535
| Name | Source | Version |
3636
|------|--------|---------|
37-
| tags | rhythmictech/tags/terraform | ~> 1.1.0 |
37+
| <a name="module_tags"></a> [tags](#module\_tags) | rhythmictech/tags/terraform | ~> 1.1.0 |
3838

3939
## Resources
4040

@@ -44,14 +44,14 @@ No resources.
4444

4545
| Name | Description | Type | Default | Required |
4646
|------|-------------|------|---------|:--------:|
47-
| name | Moniker to apply to all resources in the module | `string` | n/a | yes |
48-
| tags | User-Defined tags | `map(string)` | `{}` | no |
47+
| <a name="input_name"></a> [name](#input\_name) | Moniker to apply to all resources in the module | `string` | n/a | yes |
48+
| <a name="input_tags"></a> [tags](#input\_tags) | User-Defined tags | `map(string)` | `{}` | no |
4949

5050
## Outputs
5151

5252
| Name | Description |
5353
|------|-------------|
54-
| tags\_module | Tags Module in it's entirety |
54+
| <a name="output_tags_module"></a> [tags\_module](#output\_tags\_module) | Tags Module in it's entirety |
5555
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
5656

5757
## Getting Started

0 commit comments

Comments
 (0)