Skip to content

update README and fix lint and precommit #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- "--config=mlc_config.json"

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.77.1
rev: v1.72.2
hooks:
- id: terraform_fmt
- id: terraform_providers_lock
Expand All @@ -25,6 +25,7 @@ repos:
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
- id: terraform_docs
args:
- "--args=--lockfile=false"
- --hook-config=--path-to-file=README.md
- --hook-config=--add-to-existing-file=true
- --hook-config=--recursive=true
Expand All @@ -39,15 +40,15 @@ repos:
# Git style
- id: check-added-large-files
- id: check-merge-conflict
- id: check-merge-conflict
- id: no-commit-to-branch

# Common errors
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-yaml
exclude: ".*/templates($|/.*)"

# Security
- id: detect-aws-credentials
args: ["--allow-missing-credentials"]
args: ['--allow-missing-credentials']
- id: detect-private-key
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin "aws" {
enabled = true
version = "0.23.0"
version = "0.24.1"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ No resources.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_action_runner_scale_set_chart_version"></a> [action\_runner\_scale\_set\_chart\_version](#input\_action\_runner\_scale\_set\_chart\_version) | ARC Scale set chart version | `string` | `"0.6.1"` | no |
| <a name="input_action_runner_scale_set_controller_chart_version"></a> [action\_runner\_scale\_set\_controller\_chart\_version](#input\_action\_runner\_scale\_set\_controller\_chart\_version) | ARC Controller chart version | `string` | `"0.6.1"` | no |
| <a name="input_action_runner_scale_set_chart_version"></a> [action\_runner\_scale\_set\_chart\_version](#input\_action\_runner\_scale\_set\_chart\_version) | ARC Scale set chart version | `string` | `"0.9.3"` | no |
| <a name="input_action_runner_scale_set_controller_chart_version"></a> [action\_runner\_scale\_set\_controller\_chart\_version](#input\_action\_runner\_scale\_set\_controller\_chart\_version) | ARC Controller chart version | `string` | `"0.9.3"` | no |
| <a name="input_auth_method"></a> [auth\_method](#input\_auth\_method) | values for auth method | `string` | `"github-app"` | no |
| <a name="input_controller_helm_release_name"></a> [controller\_helm\_release\_name](#input\_controller\_helm\_release\_name) | Helm release name for the controller | `string` | `"gha-controller"` | no |
| <a name="input_github_app_id"></a> [github\_app\_id](#input\_github\_app\_id) | GitHub App ID. This can't be set at the same time as github\_token | `string` | `""` | no |
Expand Down
7 changes: 7 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "https://github.com/SPHTech.*"
}
]
}
Loading