-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheltham-vsphere2.json
46 lines (46 loc) · 1.25 KB
/
eltham-vsphere2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "eltham-vsphere2",
"description": "My VMware vSphere Connection",
"connection_parameters": [
{
"name": "vsphere_user",
"value": "{{ secrets.username }}",
"secured": "false"
},
{
"name": "vsphere_password",
"value": "{{ secrets.password }}",
"secured": "true"
},
{
"name": "vsphere_server",
"value": "{{ secrets.vcenter }}",
"secured": "false"
}
],
"configuration_parameters": [],
"message": "VSphere Cloud Connection parameters failed validation.",
"encrypted": true,
"type": "cloud",
"providerId": "6171f3f93d4ce900193a20af",
"additional_Parameters": [
{
"plugin": "plugin-terraform",
"supported_api_types": [
"stack",
"iaas"
],
"supported_template_types": [
{
"template_type": "Terraform",
"template_formats": [
"JSON",
"HCL"
]
}
],
"configuration_parameters": [
]
}
]
}