Skip to content

Commit

Permalink
Merge pull request #15 from cloudbees/feat
Browse files Browse the repository at this point in the history
Maintenance Misc
  • Loading branch information
carlosrodlop committed Nov 15, 2023
2 parents 4a2f7db + 6bc9692 commit 02bfce9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @carlosrodlop
* @carlosrodlop
* @ryecarrigan
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ repos:
hooks:
- id: terraform_fmt
name: Format Terraform Configuration
# - id: terraform_validate
# name: Validate Terraform Configuration
# args:
# #- --envs=VAULT_ADDR="" # For local checks
# - --hook-config=--retry-once-with-cleanup=true
- id: terraform_validate
name: Validate Terraform Configuration
args:
#- --envs=VAULT_ADDR="" # For local checks
- --hook-config=--retry-once-with-cleanup=true
- id: terraform_tflint
args:
- '--args=--only=terraform_deprecated_interpolation'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ ROOT=getting-started/v5 make tfRun
- [Amazon EKS Blueprints for Terraform](https://aws-ia.github.io/terraform-aws-eks-blueprints/)
- [Amazon EKS Blueprints Addons](https://aws-ia.github.io/terraform-aws-eks-blueprints-addons/main/)
- [CloudBees CI Docs](https://docs.cloudbees.com/docs/cloudbees-ci/latest/)
- [CloudBees CI release notes](https://docs.cloudbees.com/docs/release-notes/latest/cloudbees-ci/)
- [CloudBees CI release notes](https://docs.cloudbees.com/docs/release-notes/latest/cloudbees-ci/)

0 comments on commit 02bfce9

Please sign in to comment.