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 Sep 4, 2024
1 parent bae6b46 commit 67649c5
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 @@ -9,7 +9,7 @@
| certificate\_enabled | n/a | `bool` | `true` | no |
| cidr\_block | Client VPN CIDR | `string` | `""` | 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 | Information about the DNS servers to be used for DNS resolution | `list(string)` | n/a | yes |
| 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 |
| enabled | Client VPN Name | `bool` | `true` | no |
| environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no |
Expand Down

0 comments on commit 67649c5

Please sign in to comment.