We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a426625 commit a8db1f6Copy full SHA for a8db1f6
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
- repo: git://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.7.2
+ rev: v1.11.0
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_docs
7
- repo: git://github.com/pre-commit/pre-commit-hooks
8
- rev: v1.2.3
+ rev: v2.1.0
9
10
- id: check-merge-conflict
README.md
@@ -51,6 +51,7 @@ module "ecs" {
51
|------|-------------|
52
| this\_ecs\_cluster\_arn | |
53
| this\_ecs\_cluster\_id | |
54
+| this\_ecs\_cluster\_name | The name of the ECS cluster |
55
56
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
57
0 commit comments