1
0
Fork 0
mirror of synced 2025-04-05 14:13:37 +03:00

Update template parameters; Add support for CentOS7&8 and AmazonLinux2.

This commit is contained in:
Scottpedia 2021-01-01 17:31:54 -05:00
parent 6d5db0e0c5
commit 719a6c3d0c

View file

@ -772,12 +772,15 @@
"OS": {
"Type": "String",
"Description": "The OS of your VPN server. Default: Ubuntu 20.04",
"Default": "Ubuntu20.04",
"Default": "Ubuntu2004",
"AllowedValues": [
"Ubuntu20.04",
"Ubuntu18.04",
"Ubuntu16.04",
"Debian9"
"Ubuntu2004",
"Ubuntu1804",
"Ubuntu1604",
"Debian9",
"CentOS7",
"CentOS8",
"AmazonLinux2"
]
},
"InstanceType": {