File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ Here is an example of how you can use this module in your inventory structure:
104
104
| attributes | Additional attributes (e.g. ` 1 ` ). | ` list(any) ` | ` [] ` | no |
105
105
| cidr\_ block | Client VPN CIDR | ` string ` | ` "" ` | no |
106
106
| 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 |
107
108
| enabled | Client VPN Name | ` bool ` | ` true ` | no |
108
109
| environment | Environment (e.g. ` prod ` , ` dev ` , ` staging ` ). | ` string ` | ` "" ` | no |
109
110
| 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:
115
116
| repository | Terraform current module repo | ` string ` | ` "https://github.com/clouddrove/terraform-aws-client-vpn" ` | no |
116
117
| route\_ cidr | Client Route CIDR | ` list(any) ` | ` [] ` | no |
117
118
| 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 |
118
121
| subnet\_ ids | Subnet ID to associate clients | ` list(string) ` | ` [] ` | no |
122
+ | type | The type of client authentication to be used. | ` string ` | ` "certificate-authentication" ` | no |
119
123
120
124
## Outputs
121
125
You can’t perform that action at this time.
0 commit comments