diff --git a/README.md b/README.md index 1834ee5..2c0c6dc 100644 --- a/README.md +++ b/README.md @@ -48,25 +48,10 @@ No modules. | resource\_group\_name | The name of the resource group in which to create the VPN server configuration. | `string` | yes | | 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