generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ibm_catalog.json
333 lines (333 loc) · 10.7 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
{
"products": [
{
"name": "deploy-arch-ibm-code-engine",
"label": "Cloud automation for Code Engine",
"product_kind": "solution",
"tags": [
"ibm_created",
"target_terraform",
"terraform",
"solution",
"support_ibm",
"integration"
],
"keywords": [
"code engine",
"IaC",
"infrastructure as code",
"terraform",
"solution"
],
"short_description": "Provisions and configures IBM Cloud Code Engine",
"long_description": "Creates an instance of IBM Cloud Code Engine and configures the project, applications, domain mappings, secrets, configmaps, and service bindings.",
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/blob/main/README.md",
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-code-engine/main/images/code-engine.svg",
"provider_name": "IBM",
"features": [
{
"title": "Creates a Code Engine project",
"description": "Code Engine projects group, manage, and provide access for Code Engine resources such as applications, jobs, and builds."
},
{
"title": "Creates Code Engine applications",
"description": "Code Engine applications serve HTTP requests or WebSockets as their communications protocol. The number of running instances of an app are scaled up or down as required by the workdloads."
},
{
"title": "Creates custom domain mappings",
"description": "Creates the mappings from your custom domain to your Code Engine application in a project to route requests from your custom URL to your application."
},
{
"title": "Creates Code Engine secrets",
"description": "Code Engine secrets provide a method to include sensitive configuration information, such as passwords or SSH keys, in your deployment."
},
{
"title": "Creates Code Engine configmaps",
"description": "Configmaps provide a method to include nonsensitive data information in your deployment. By referencing values from your configmap as environment variables, you can decouple specific information from your deployment and keep your application portable."
},
{
"title": "Creates Code Engine service bindings",
"description": "Service bindings provide access from your application to other IBM Cloud services."
}
],
"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-code-engine/issues](https://github.com/terraform-ibm-modules/terraform-ibm-code-engine/issues). Please note this product is not supported via the IBM Cloud Support Center.",
"flavors": [
{
"label": "New Code Engine apps",
"name": "apps",
"install_type": "fullstack",
"working_directory": "solutions/apps",
"compliance": {
"authority": "scc-v3",
"profiles": [
{
"profile_name": "IBM Cloud Framework for Financial Services",
"profile_version": "1.7.0"
}
]
},
"iam_permissions": [
{
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Writer"
],
"service_name": "codeengine"
},
{
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
],
"service_name": "codeengine"
}
],
"architecture": {
"descriptions": "This deployable architecture creates IBM Cloud Code Engine and configures the project, apps, domain mappings, secrets, configmaps, and service bindings.",
"features": [
{
"title": "IBM Cloud Code Engine project",
"description": "Yes"
},
{
"title": "IBM Cloud Code Engine application",
"description": "Yes"
},
{
"title": "IBM Cloud Code Engine secrets",
"description": "Yes"
},
{
"title": "IBM Cloud Code Engine domain mapping",
"description": "Yes"
},
{
"title": "IBM Cloud Code Engine service binding",
"description": "Yes"
},
{
"title": "IBM Cloud Code Engine configmaps",
"description": "Yes"
}
],
"diagrams": [
{
"diagram": {
"caption": "IBM Cloud Code Engine application solution.",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-code-engine/main/reference-architecture/ce-app-da.svg",
"type": "image/svg+xml"
},
"description": "This deployable architecture creates IBM Cloud Code Engine and configures the project, apps, domain mappings, secrets, configmaps, and service bindings."
}
]
},
"configuration":[
{
"key": "ibmcloud_api_key"
},
{
"key": "provider_visibility",
"options": [
{
"displayname": "private",
"value": "private"
},
{
"displayname": "public",
"value": "public"
},
{
"displayname": "public-and-private",
"value": "public-and-private"
}
]
},
{
"key": "existing_resource_group"
},
{
"key": "resource_group_name"
},
{
"key": "region",
"type": "string",
"custom_config": {
"type": "region",
"grouping": "deployment",
"original_grouping": "deployment",
"config_constraints": {
"showKinds": [
"region"
]
}
}
},
{
"key": "project_name"
},
{
"key": "existing_project_id"
},
{
"key": "app_name"
},
{
"key": "image_reference"
},
{
"key": "image_secret"
},
{
"key": "run_env_variables"
},
{
"key": "run_volume_mounts"
},
{
"key":"image_port"
},
{
"key":"managed_domain_mappings"
},
{
"key":"run_arguments"
},
{
"key":"run_as_user"
},
{
"key":"run_commands"
},
{
"key":"run_service_account"
},
{
"key":"scale_concurrency"
},
{
"key":"scale_concurrency_target"
},
{
"key":"scale_cpu_limit"
},
{
"key":"scale_ephemeral_storage_limit"
},
{
"key":"scale_initial_instances"
},
{
"key":"scale_max_instances"
},
{
"key":"scale_memory_limit"
},
{
"key":"scale_min_instances"
},
{
"key":"scale_request_timeout"
},
{
"key":"config_maps"
},
{
"key":"secrets"
},
{
"key":"domain_mappings"
},
{
"key":"bindings"
}
]
},
{
"label": "New Code Engine projects",
"name": "projects",
"install_type": "fullstack",
"working_directory": "solutions/projects",
"iam_permissions": [
{
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Writer"
],
"service_name": "codeengine"
},
{
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
],
"service_name": "codeengine"
}
],
"architecture": {
"descriptions": "This deployable architecture creates IBM Cloud Code Engine projects",
"features": [
{
"title": "IBM Cloud Code Engine project",
"description": "Yes"
}
],
"diagrams": [
{
"diagram": {
"caption": "IBM Cloud Code Engine application solution.",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-code-engine/main/reference-architecture/ce-projects-da.svg",
"type": "image/svg+xml"
},
"description": "This deployable architecture creates IBM Cloud Code Engine projects"
}
]
},
"configuration":[
{
"key": "ibmcloud_api_key"
},
{
"key": "provider_visibility",
"options": [
{
"displayname": "private",
"value": "private"
},
{
"displayname": "public",
"value": "public"
},
{
"displayname": "public-and-private",
"value": "public-and-private"
}
]
},
{
"key": "prefix"
},
{
"key": "existing_resource_group"
},
{
"key": "resource_group_name"
},
{
"key": "region",
"type": "string",
"custom_config": {
"type": "region",
"grouping": "deployment",
"original_grouping": "deployment",
"config_constraints": {
"showKinds": [
"region"
]
}
}
},
{
"key": "project_names"
}
]
}
]
}
]
}