generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathibm_catalog.json
127 lines (127 loc) · 4.52 KB
/
ibm_catalog.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"products": [
{
"name": "deploy-arch-ibm-db2-cloud",
"label": "Cloud automation for DB2 on Cloud",
"product_kind": "solution",
"tags": [
"ibm_created",
"integration",
"target_terraform",
"terraform",
"solution"
],
"keywords": [
"DB2",
"DB2 on Cloud",
"IaC",
"infrastructure as code",
"terraform",
"solution"
],
"short_description": "Creates and configures IBM Cloud DB2 on Cloud resources",
"long_description": "This architecture supports creating and configuring an IBM DB2 on Cloud service instance.",
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-db2-cloud/blob/main/solutions/standard/README.md",
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-db2-cloud/main/images/DB2.svg",
"provider_name": "IBM",
"features": [
{
"title": "Creates a DB2 on Cloud instance.",
"description": "Creates and configures an DB2 on Cloud instance."
}
],
"support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in that repository [https://github.com/terraform-ibm-modules/terraform-ibm-db2-cloud/issues](https://github.com/terraform-ibm-modules/terraform-ibm-db2-cloud/issues). Please note this product is not supported via the IBM Cloud Support Center.",
"flavors": [
{
"label": "Standard",
"name": "standard",
"install_type": "fullstack",
"working_directory": "solutions/standard",
"iam_permissions": [
{
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
"crn:v1:bluemix:public:iam::::role:Editor"
],
"service_name": "dashdb-for-transactions"
}
],
"configuration" : [
{
"key": "ibmcloud_api_key",
"required": true
},
{
"key": "provider_visibility",
"options": [
{
"displayname": "private",
"value": "private"
},
{
"displayname": "public",
"value": "public"
},
{
"displayname": "public-and-private",
"value": "public-and-private"
}
]
},
{
"key": "use_existing_resource_group"
},
{
"key": "resource_group_name",
"required": true
},
{
"key": "region",
"required": true,
"default_value": "us-east"
},
{
"key": "resource_tags"
},
{
"key": "prefix"
},
{
"key": "db2_instance_name",
"required": true
},
{
"key": "node_type"
},
{
"key": "enable_oracle_compatibility"
}
],
"architecture": {
"descriptions": "This architecture supports creating and configuring an DB2 on Cloud instance.",
"features": [
{
"title": "Creates an DB2 on Cloud instance.",
"description": "Creates and configures an DB2 on Cloud instance."
},
{
"title": "Creates a queue manager",
"description": "Creates a queue manager"
}
],
"diagrams": [
{
"diagram": {
"caption": "IBM DB2 on Cloud",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-db2-cloud/main/reference-architecture/deployable-architecture-db2cloud.svg",
"type": "image/svg+xml"
},
"description": "This architecture supports creating and configuring DB on Cloud resources"
}
]
}
}
]
}
]
}