You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -465,7 +465,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
465
465
| enable\_states\_endpoint | Should be true if you want to provision a Step Function endpoint to the VPC |`bool`|`false`| no |
466
466
| enable\_storagegateway\_endpoint | Should be true if you want to provision a Storage Gateway endpoint to the VPC |`bool`|`false`| no |
467
467
| enable\_sts\_endpoint | Should be true if you want to provision a STS endpoint to the VPC |`bool`|`false`| no |
468
-
| enable\_textract\_endpoint | Should be true if you want to provision a Textract endpoint to the VPC |`bool`|`false`| no |
468
+
| enable\_textract\_endpoint | Should be true if you want to provision an Textract endpoint to the VPC |`bool`|`false`| no |
469
469
| enable\_transfer\_endpoint | Should be true if you want to provision a Transfer endpoint to the VPC |`bool`|`false`| no |
470
470
| enable\_transferserver\_endpoint | Should be true if you want to provision a Transfer Server endpoint to the VPC |`bool`|`false`| no |
471
471
| 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 |
@@ -615,7 +615,7 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
615
615
| sts\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for STS endpoint |`list(string)`|`[]`| no |
616
616
| sts\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for STS endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. |`list(string)`|`[]`| no |
617
617
| tags | A map of tags to add to all resources |`map(string)`|`{}`| no |
618
-
| textract\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Textract |`bool`|`false`| no |
618
+
| textract\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Textract endpoint |`bool`|`false`| no |
619
619
| textract\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Textract endpoint |`list(string)`|`[]`| no |
620
620
| textract\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Textract endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. |`list(string)`|`[]`| no |
621
621
| transfer\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Transfer endpoint |`bool`|`false`| no |
@@ -894,9 +894,9 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
894
894
| vpc\_endpoint\_sts\_dns\_entry | The DNS entries for the VPC Endpoint for STS. |
895
895
| vpc\_endpoint\_sts\_id | The ID of VPC endpoint for STS |
896
896
| vpc\_endpoint\_sts\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for STS. |
897
-
| vpc\_endpoint\_textract\_dns\_entry | The DNS entries for the VPC Endpoint for textract. |
898
-
| vpc\_endpoint\_textract\_id | The ID of VPC endpoint for textract.|
899
-
| vpc\_endpoint\_textract\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for textract. |
897
+
| vpc\_endpoint\_textract\_dns\_entry | The DNS entries for the VPC Endpoint for Textract. |
898
+
| vpc\_endpoint\_textract\_id | The ID of VPC endpoint for Textract|
899
+
| vpc\_endpoint\_textract\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Textract. |
900
900
| vpc\_endpoint\_transfer\_dns\_entry | The DNS entries for the VPC Endpoint for Transfer. |
901
901
| vpc\_endpoint\_transfer\_id | The ID of VPC endpoint for Transfer |
902
902
| vpc\_endpoint\_transfer\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Transfer. |
description="The ID of one or more subnets in which to create a network interface for Transfer endpoint. Only a single subnet within an AZ is supported. Ifomitted, private subnets will be used."
1205
+
description="The ID of one or more subnets in which to create a network interface for Transfer endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
0 commit comments