Skip to content

Commit a8db1f6

Browse files
committed
Updated pre-commit
1 parent a426625 commit a8db1f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: git://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.7.2
3+
rev: v1.11.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs
77
- repo: git://github.com/pre-commit/pre-commit-hooks
8-
rev: v1.2.3
8+
rev: v2.1.0
99
hooks:
1010
- id: check-merge-conflict

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module "ecs" {
5151
|------|-------------|
5252
| this\_ecs\_cluster\_arn | |
5353
| this\_ecs\_cluster\_id | |
54+
| this\_ecs\_cluster\_name | The name of the ECS cluster |
5455

5556
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
5657

0 commit comments

Comments
 (0)