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 Aug 1, 2023
1 parent c5f445b commit 7d7dbf9
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@

<p align="center">

<a href="https://www.terraform.io">
<img src="https://img.shields.io/badge/Terraform-v1.1.7-green" alt="Terraform">
</a>
<a href="LICENSE.md">
<img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence">
<a href="https://github.com/clouddrove/terraform-aws-client-vpn/releases/latest">
<img src="https://img.shields.io/github/release/clouddrove/terraform-aws-client-vpn.svg" alt="Latest Release">
</a>
<a href="https://github.com/clouddrove/terraform-aws-client-vpn/actions/workflows/tfsec.yml">
<img src="https://github.com/clouddrove/terraform-aws-client-vpn/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
</a>
<a href="https://github.com/clouddrove/terraform-aws-client-vpn/actions/workflows/terraform.yml">
<img src="https://github.com/clouddrove/terraform-aws-client-vpn/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
<a href="LICENSE.md">
<img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence">
</a>


Expand Down Expand Up @@ -57,12 +54,6 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c

This module has a few dependencies:

- [Terraform 1.x.x](https://learn.hashicorp.com/terraform/getting-started/install.html)
- [Go](https://golang.org/doc/install)
- [github.com/stretchr/testify/assert](https://github.com/stretchr/testify)
- [github.com/gruntwork-io/terratest/modules/terraform](https://github.com/gruntwork-io/terratest)





Expand Down Expand Up @@ -105,11 +96,9 @@ Here is an example of how you can use this module in your inventory structure:
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| Connection\_logging | Connection logging is a feature of AWS client VPN that enables you to capture connection logs for your client VPN endpoint. Before you enable, you must have a CloudWatch Logs log group in your account. | `bool` | `true` | no |
| attributes | Additional attributes (e.g. `1`). | `list(any)` | `[]` | no |
| authentication\_type | The type of client authentication to be used. | `string` | `"federated-authentication"` | no |
| certificate\_enabled | n/a | `bool` | `true` | 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 |
Expand Down

0 comments on commit 7d7dbf9

Please sign in to comment.