From 349158bd1e5779eee837ffae2c84ba8f425f3b55 Mon Sep 17 00:00:00 2001 From: clouddrove-ci Date: Wed, 2 Nov 2022 16:46:49 +0000 Subject: [PATCH] update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3828331..982d8f0 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ Here is an example of how you can use this module in your inventory structure: | dns\_names | List of DNS names for which a certificate is being requested. | `list(any)` |
[
"clouddrove.com"
]
| no | | enabled | Client VPN Name | `bool` | `true` | no | | environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no | +| group\_ids | The ID of the group to which the authorization rule grants access. | `list` | `[]` | no | | label\_order | Label order, e.g. `name`,`application`. | `list(any)` | `[]` | no | | logs\_retention | Retention in days for CloudWatch Log Group | `number` | `365` | no | | managedby | ManagedBy, eg 'CloudDrove'. | `string` | `"hello@clouddrove.com"` | no | @@ -117,10 +118,12 @@ Here is an example of how you can use this module in your inventory structure: | route\_cidr | Client Route CIDR | `list(any)` | `[]` | no | | route\_subnet\_ids | Client Route Subnet Ids | `list(any)` | `[]` | no | | saml\_arn | The ARN of the IAM SAML identity provider. | `string` | `""` | no | +| security\_group\_ids | The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups. | `list(any)` | `[]` | no | | self\_saml\_arn | The ARN of the IAM SAML identity provider for the self service portal. | `string` | `""` | no | | split\_tunnel\_enable | Indicates whether split-tunnel is enabled on VPN endpoint. | `bool` | `false` | no | | subnet\_ids | Subnet ID to associate clients | `list(string)` | `[]` | no | | type | The type of client authentication to be used. | `string` | `"certificate-authentication"` | no | +| vpc\_id | The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied. | `string` | `""` | no | ## Outputs