1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: Allow disabling instance refresh on self-managed node groups (part deux) (#3478)

This commit is contained in:
Bryant Biggs
2025-08-13 10:13:24 -05:00
committed by GitHub
parent d97712a888
commit ca8f37e8ce
6 changed files with 9 additions and 15 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.99.5
rev: v1.100.0
hooks:
- id: terraform_fmt
- id: terraform_docs
@@ -23,7 +23,7 @@ repos:
- '--args=--only=terraform_workspace_remote'
- id: terraform_validate
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer