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 Nov 2, 2022
1 parent 4d8da48 commit 349158b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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

Expand Down

0 comments on commit 349158b

Please sign in to comment.