Skip to content

Commit 8e0f374

Browse files
committed
update README.md
1 parent 25d9442 commit 8e0f374

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Here is an example of how you can use this module in your inventory structure:
104104
| attributes | Additional attributes (e.g. `1`). | `list(any)` | `[]` | no |
105105
| cidr\_block | Client VPN CIDR | `string` | `""` | no |
106106
| delimiter | Delimiter to be used between `organization`, `environment`, `name` and `attributes`. | `string` | `"-"` | no |
107+
| dns\_names | List of DNS names for which a certificate is being requested. | `list(any)` | <pre>[<br> "clouddrove.com"<br>]</pre> | no |
107108
| enabled | Client VPN Name | `bool` | `true` | no |
108109
| environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no |
109110
| label\_order | Label order, e.g. `name`,`application`. | `list(any)` | `[]` | no |
@@ -115,7 +116,10 @@ Here is an example of how you can use this module in your inventory structure:
115116
| repository | Terraform current module repo | `string` | `"https://github.com/clouddrove/terraform-aws-client-vpn"` | no |
116117
| route\_cidr | Client Route CIDR | `list(any)` | `[]` | no |
117118
| route\_subnet\_ids | Client Route Subnet Ids | `list(any)` | `[]` | no |
119+
| saml\_arn | The ARN of the IAM SAML identity provider. | `string` | `""` | no |
120+
| self\_saml\_arn | The ARN of the IAM SAML identity provider for the self service portal. | `string` | `""` | no |
118121
| subnet\_ids | Subnet ID to associate clients | `list(string)` | `[]` | no |
122+
| type | The type of client authentication to be used. | `string` | `"certificate-authentication"` | no |
119123

120124
## Outputs
121125

0 commit comments

Comments
 (0)