Skip to content

Commit 67649c5

Browse files
committed
update README.md
1 parent bae6b46 commit 67649c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/io.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| certificate\_enabled | n/a | `bool` | `true` | no |
1010
| cidr\_block | Client VPN CIDR | `string` | `""` | no |
1111
| dns\_names | List of DNS names for which a certificate is being requested. | `list(any)` | <pre>[<br> "clouddrove.com"<br>]</pre> | no |
12-
| dns\_servers | Information about the DNS servers to be used for DNS resolution | `list(string)` | n/a | yes |
12+
| 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 |
1313
| enable\_security\_group | create for security group module this value is enable 'true' | `bool` | `true` | no |
1414
| enabled | Client VPN Name | `bool` | `true` | no |
1515
| environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no |

0 commit comments

Comments
 (0)