From 7d7dbf9ef0c357a37cadecccb136734bea69da65 Mon Sep 17 00:00:00 2001 From: clouddrove-ci Date: Tue, 1 Aug 2023 17:06:32 +0000 Subject: [PATCH] update README.md --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5f75b14..2a4d701 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,14 @@

- - Terraform - - - Licence + + Latest Release tfsec - - static-checks + + Licence @@ -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) - - @@ -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)` |

[
"clouddrove.com"
]
| no | | enabled | Client VPN Name | `bool` | `true` | no | | environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no |