Update template parameters; Add support for CentOS7&8 and AmazonLinux2.
This commit is contained in:
parent
6d5db0e0c5
commit
719a6c3d0c
1 changed files with 8 additions and 5 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue