Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 9, 2023
1 parent 65784c3 commit cd563cf
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cd563cf

Please sign in to comment.