Commit 3514a0cb authored by Anton Babenko's avatar Anton Babenko

Fixed spelling mistakes

parent 417a3c96
repos: repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform - repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.17.0 rev: v1.20.0
hooks: hooks:
- id: terraform_fmt - id: terraform_fmt
- id: terraform_docs - id: terraform_docs
- repo: git://github.com/pre-commit/pre-commit-hooks - repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3 rev: v2.4.0
hooks: hooks:
- id: check-merge-conflict - id: check-merge-conflict
...@@ -361,8 +361,8 @@ Sometimes it is handy to have public access to Redshift clusters (for example if ...@@ -361,8 +361,8 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
| enable\_ssmmessages\_endpoint | Should be true if you want to provision a SSMMESSAGES endpoint to the VPC | bool | `"false"` | no | | enable\_ssmmessages\_endpoint | Should be true if you want to provision a SSMMESSAGES endpoint to the VPC | bool | `"false"` | no |
| enable\_storagegateway\_endpoint | Should be true if you want to provision a Storage Gateway endpoint to the VPC | bool | `"false"` | no | | enable\_storagegateway\_endpoint | Should be true if you want to provision a Storage Gateway endpoint to the VPC | bool | `"false"` | no |
| enable\_sts\_endpoint | Should be true if you want to provision a STS endpoint to the VPC | bool | `"false"` | no | | enable\_sts\_endpoint | Should be true if you want to provision a STS endpoint to the VPC | bool | `"false"` | no |
| enable\_transfer\_endpoint | Should be true if you want to provision a Transfer endpoint tothe VPC | bool | `"false"` | no | | enable\_transfer\_endpoint | Should be true if you want to provision a Transfer endpoint to the VPC | bool | `"false"` | no |
| enable\_transferserver\_endpoint | Should be true if you want to provision a Transer Server endpoint to the VPC | bool | `"false"` | no | | enable\_transferserver\_endpoint | Should be true if you want to provision a Transfer Server endpoint to the VPC | bool | `"false"` | no |
| 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 | | 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 |
| 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 | | 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 |
| 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 | | 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 |
......
...@@ -507,7 +507,7 @@ variable "ssmmessages_endpoint_private_dns_enabled" { ...@@ -507,7 +507,7 @@ variable "ssmmessages_endpoint_private_dns_enabled" {
} }
variable "enable_transferserver_endpoint" { variable "enable_transferserver_endpoint" {
description = "Should be true if you want to provision a Transer Server endpoint to the VPC" description = "Should be true if you want to provision a Transfer Server endpoint to the VPC"
type = bool type = bool
default = false default = false
} }
...@@ -1109,7 +1109,7 @@ variable "storagegateway_endpoint_private_dns_enabled" { ...@@ -1109,7 +1109,7 @@ variable "storagegateway_endpoint_private_dns_enabled" {
default = false default = false
} }
variable "enable_transfer_endpoint" { variable "enable_transfer_endpoint" {
description = "Should be true if you want to provision a Transfer endpoint tothe VPC" description = "Should be true if you want to provision a Transfer endpoint to the VPC"
type = bool type = bool
default = false default = false
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment