Skip to content

Commit 161274b

Browse files
authored
docs: Updated README and pre-commit (#537)
1 parent 7cb2466 commit 161274b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
repos:
22
- repo: git://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.43.0
3+
rev: v1.44.0
44
hooks:
55
- id: terraform_fmt
6+
- id: terraform_validate
67
- id: terraform_docs
78
- id: terraform_tflint
89
args:
@@ -20,6 +21,6 @@ repos:
2021
- '--args=--only=terraform_standard_module_structure'
2122
- '--args=--only=terraform_workspace_remote'
2223
- repo: git://github.com/pre-commit/pre-commit-hooks
23-
rev: v3.2.0
24+
rev: v3.3.0
2425
hooks:
2526
- id: check-merge-conflict

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Application Auto Scaling, Workspaces, ACM PCA, RDS, CodeDeploy, CodeDeploy Comma
3535
* [Default VPC](https://www.terraform.io/docs/providers/aws/r/default_vpc.html)
3636
* [Default Network ACL](https://www.terraform.io/docs/providers/aws/r/default_network_acl.html)
3737

38-
Sponsored by [Cloudcraft - the best way to draw AWS diagrams](https://cloudcraft.co/?utm_source=terraform-aws-vpc)
38+
Sponsored by [Cloudcraft - the best way to draw AWS diagrams](https://www.cloudcraft.co/?utm_source=terraform-aws-vpc)
3939

40-
<a href="https://cloudcraft.co/?utm_source=terraform-aws-vpc" target="_blank"><img src="https://raw.githubusercontent.com/antonbabenko/modules.tf-lambda/master/misc/cloudcraft-logo.png" alt="Cloudcraft - the best way to draw AWS diagrams" width="211" height="56" /></a>
40+
<a href="https://www.cloudcraft.co/?utm_source=terraform-aws-vpc" target="_blank"><img src="https://raw.githubusercontent.com/antonbabenko/modules.tf-lambda/master/misc/cloudcraft-logo.png" alt="Cloudcraft - the best way to draw AWS diagrams" width="211" height="56" /></a>
4141

4242
## Terraform versions
4343

0 commit comments

Comments
 (0)