From 2e8d1d957bec2848dffda7a36530d7b6b5567f69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Apr 2024 12:10:35 +0000 Subject: [PATCH] terraform-docs: updated markdown table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41dc6e9..d368c46 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Before you begin using this Terraform module, ensure you meet the following prer | vpc\_dns\_support | Enable or disable the support of the DNS service | `bool` | `true` | no | | single\_nat\_gateway | Enable or disable the option to have single NAT Gateway. | `bool` | `false` | no | | enable\_nat\_gateway | Enable or disable the creation of the NAT Gateway | `bool` | `true` | no | -| accept\_vpc\_endpoint\_connection\_requests | (Required) Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - true or false. | `bool` | `true` | no | +| vpc\_endpoint\_service\_accept\_connection\_requests | (Required) Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - true or false. | `bool` | `true` | no | | vpc\_endpoint\_service\_allowed\_principals | (Optional) The ARNs of one or more principals allowed to discover the endpoint service. | `list(string)` | `null` | no | | lb\_enable\_private\_access | Enable or disable the private access via PrivateLink to the GraphDB Cluster | `bool` | `false` | no | | ami\_id | (Optional) User-provided AMI ID to use with GraphDB instances. If you provide this value, please ensure it will work with the default userdata script (assumes latest version of Ubuntu LTS). Otherwise, please provide your own userdata script using the user\_supplied\_userdata\_path variable. | `string` | `null` | no |