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 Oct 7, 2022
1 parent 25d9442 commit 8e0f374
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Here is an example of how you can use this module in your inventory structure:
| attributes | Additional attributes (e.g. `1`). | `list(any)` | `[]` | no |
| cidr\_block | Client VPN CIDR | `string` | `""` | no |
| delimiter | Delimiter to be used between `organization`, `environment`, `name` and `attributes`. | `string` | `"-"` | no |
| 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 |
| label\_order | Label order, e.g. `name`,`application`. | `list(any)` | `[]` | no |
Expand All @@ -115,7 +116,10 @@ Here is an example of how you can use this module in your inventory structure:
| repository | Terraform current module repo | `string` | `"https://github.com/clouddrove/terraform-aws-client-vpn"` | no |
| 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 |
| self\_saml\_arn | The ARN of the IAM SAML identity provider for the self service portal. | `string` | `""` | no |
| subnet\_ids | Subnet ID to associate clients | `list(string)` | `[]` | no |
| type | The type of client authentication to be used. | `string` | `"certificate-authentication"` | no |

## Outputs

Expand Down

0 comments on commit 8e0f374

Please sign in to comment.