Skip to content

Commit 3514a0c

Browse files
committed
Fixed spelling mistakes
1 parent 417a3c9 commit 3514a0c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.17.0
3+
rev: v1.20.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs
77
- repo: git://github.com/pre-commit/pre-commit-hooks
8-
rev: v2.2.3
8+
rev: v2.4.0
99
hooks:
1010
- id: check-merge-conflict

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
361361
| enable\_ssmmessages\_endpoint | Should be true if you want to provision a SSMMESSAGES endpoint to the VPC | bool | `"false"` | no |
362362
| enable\_storagegateway\_endpoint | Should be true if you want to provision a Storage Gateway endpoint to the VPC | bool | `"false"` | no |
363363
| enable\_sts\_endpoint | Should be true if you want to provision a STS endpoint to the VPC | bool | `"false"` | no |
364-
| enable\_transfer\_endpoint | Should be true if you want to provision a Transfer endpoint tothe VPC | bool | `"false"` | no |
365-
| enable\_transferserver\_endpoint | Should be true if you want to provision a Transer Server endpoint to the VPC | bool | `"false"` | no |
364+
| enable\_transfer\_endpoint | Should be true if you want to provision a Transfer endpoint to the VPC | bool | `"false"` | no |
365+
| enable\_transferserver\_endpoint | Should be true if you want to provision a Transfer Server endpoint to the VPC | bool | `"false"` | no |
366366
| enable\_vpn\_gateway | Should be true if you want to create a new VPN Gateway resource and attach it to the VPC | bool | `"false"` | no |
367367
| events\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for CloudWatch Events endpoint | bool | `"false"` | no |
368368
| events\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for CloudWatch Events endpoint | list(string) | `[]` | no |

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ variable "ssmmessages_endpoint_private_dns_enabled" {
507507
}
508508

509509
variable "enable_transferserver_endpoint" {
510-
description = "Should be true if you want to provision a Transer Server endpoint to the VPC"
510+
description = "Should be true if you want to provision a Transfer Server endpoint to the VPC"
511511
type = bool
512512
default = false
513513
}
@@ -1109,7 +1109,7 @@ variable "storagegateway_endpoint_private_dns_enabled" {
11091109
default = false
11101110
}
11111111
variable "enable_transfer_endpoint" {
1112-
description = "Should be true if you want to provision a Transfer endpoint tothe VPC"
1112+
description = "Should be true if you want to provision a Transfer endpoint to the VPC"
11131113
type = bool
11141114
default = false
11151115
}

0 commit comments

Comments
 (0)