Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Nov 19, 2024
1 parent f37b2dc commit cff1339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| Connection\_logging | Connection logging is a feature of AWS client VPN that enables you to capture connection logs for your client VPN endpoint. Before you enable, you must have a CloudWatch Logs log group in your account. | `bool` | `true` | no |
| algorithm | Name of the algorithm to use when generating the private key. Currently-supported values are: RSA, ECDSA, ED25519. | `string` | `"RSA"` | no |
| authentication\_type | The type of client authentication to be used. | `string` | `"certificate-authentication"` | no |
| authorize\_all\_groups | Indicates whether the authorization rule grants access to all clients. One of access\_group\_id or authorize\_all\_groups must be set. | `bool` | `true` | no |
| certificate\_enabled | n/a | `bool` | `true` | no |
| cidr\_block | Client VPN CIDR | `string` | `""` | no |
| connection\_logging | Connection logging is a feature of AWS client VPN that enables you to capture connection logs for your client VPN endpoint. Before you enable, you must have a CloudWatch Logs log group in your account. | `bool` | `true` | no |
| dns\_names | List of DNS names for which a certificate is being requested. | `list(any)` | <pre>[<br> "clouddrove.com"<br>]</pre> | no |
| dns\_servers | (Optional) Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address of the connecting device is used. | `list(string)` | `null` | no |
| enable\_security\_group | create for security group module this value is enable 'true' | `bool` | `true` | no |
Expand Down

0 comments on commit cff1339

Please sign in to comment.