From 19c06f8d801eff39a96275ab68480f907ec1a8db Mon Sep 17 00:00:00 2001 From: TheIronRock95 <58424695+TheIronRock95@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:03:27 +0200 Subject: [PATCH 1/2] fix: variables.tf --- variables.tf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/variables.tf b/variables.tf index 6e7cda1..ba8e0f5 100644 --- a/variables.tf +++ b/variables.tf @@ -43,3 +43,15 @@ variable "tenant_id" { description = "The tenant ID for Azure AD authentication." default = null } + +variable "client_root_certificate_name" { + type = string + description = "The name of the client root certificate." + default = null +} + +variable "public_cert_data" { + type = string + description = "The public certificate data." + default = null +} From 3a287cc09478fcf03da19159634bc2ee47efc1c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jul 2023 11:03:42 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1834ee5..f723493 100644 --- a/README.md +++ b/README.md @@ -49,24 +49,11 @@ No modules. | vpn\_server\_configuration\_name | The name of the VPN server configuration. | `string` | yes | | audience | The audience for Azure AD authentication. | `string` | no | | client\_root\_certificate\_name | The name of the client root certificate. | `string` | no | -| dh\_group | The Diffie-Hellman group to use. | `string` | no | -| ike\_encryption | The IKE encryption to use. | `string` | no | -| ike\_integrity | The IKE integrity to use. | `string` | no | -| ipsec\_encryption | The IPSec encryption to use. | `string` | no | -| ipsec\_integrity | The IPSec integrity to use. | `string` | no | | issuer | The issuer for Azure AD authentication. | `string` | no | -| pfs\_group | The Perfect Forward Secrecy group to use. | `string` | no | | public\_cert\_data | The public certificate data. | `string` | no | -| sa\_data\_size\_kilobytes | The size of the SA data in kilobytes. | `string` | no | -| sa\_life\_time\_seconds | The lifetime of the SA in seconds. | `string` | no | -| server\_adress | The address of the RADIUS server. | `string` | no | -| server\_root\_certificate\_name | The name of the server root certificate. | `string` | no | -| server\_score | The score for the RADIUS server. | `string` | no | -| server\_secret | The secret for the RADIUS server. | `string` | no | | tenant\_id | The tenant ID for Azure AD authentication. | `string` | no | -| tumbprint | The thumbprint for the client root certificate. | `string` | no | -| vpn\_authentication\_types | The type of VPN authentication to use. | `string` | no | -| vpn\_protocols | The VPN protocols to use. | `string` | no | +| vpn\_authentication\_types | The type of VPN authentication to use. | `list(string)` | no | +| vpn\_protocols | The VPN protocols to use. | `list(string)` | no | ## Outputs