-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d8da48
commit 349158b
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,6 +107,7 @@ Here is an example of how you can use this module in your inventory structure: | |
| dns\_names | List of DNS names for which a certificate is being requested. | `list(any)` | <pre>[<br> "clouddrove.com"<br>]</pre> | no | | ||
| enabled | Client VPN Name | `bool` | `true` | no | | ||
| environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no | | ||
| group\_ids | The ID of the group to which the authorization rule grants access. | `list` | `[]` | no | | ||
| label\_order | Label order, e.g. `name`,`application`. | `list(any)` | `[]` | no | | ||
| logs\_retention | Retention in days for CloudWatch Log Group | `number` | `365` | no | | ||
| managedby | ManagedBy, eg 'CloudDrove'. | `string` | `"[email protected]"` | no | | ||
|
@@ -117,10 +118,12 @@ Here is an example of how you can use this module in your inventory structure: | |
| route\_cidr | Client Route CIDR | `list(any)` | `[]` | no | | ||
| route\_subnet\_ids | Client Route Subnet Ids | `list(any)` | `[]` | no | | ||
| saml\_arn | The ARN of the IAM SAML identity provider. | `string` | `""` | no | | ||
| security\_group\_ids | The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups. | `list(any)` | `[]` | no | | ||
| self\_saml\_arn | The ARN of the IAM SAML identity provider for the self service portal. | `string` | `""` | no | | ||
| split\_tunnel\_enable | Indicates whether split-tunnel is enabled on VPN endpoint. | `bool` | `false` | no | | ||
| subnet\_ids | Subnet ID to associate clients | `list(string)` | `[]` | no | | ||
| type | The type of client authentication to be used. | `string` | `"certificate-authentication"` | no | | ||
| vpc\_id | The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied. | `string` | `""` | no | | ||
|
||
## Outputs | ||
|
||
|