generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ibm_catalog.json
166 lines (166 loc) · 5.54 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
{
"products": [
{
"name": "deploy-arch-ibm-mq-cloud",
"label": "Cloud automation for MQ on Cloud",
"product_kind": "solution",
"tags": [
"ibm_created",
"integration",
"target_terraform",
"terraform",
"solution"
],
"keywords": [
"MQ",
"MQ on Cloud",
"IaC",
"infrastructure as code",
"terraform",
"solution"
],
"short_description": "Creates and configures IBM Cloud MQ on Cloud resources",
"long_description": "This architecture supports creating and configuring an IBM MQ on Cloud deployment instance and queue manager.",
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-mq-cloud/blob/main/solutions/standard/README.md",
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-mq-cloud/main/images/MQ.svg",
"provider_name": "IBM",
"features": [
{
"title": "Creates an MQ on Cloud deployment instance.",
"description": "Creates and configures an MQ on Cloud deployment Protect 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-mq-cloud/issues](https://github.com/terraform-ibm-modules/terraform-ibm-mq-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",
"compliance": {
},
"iam_permissions": [
{
"role_crns": [
"crn:v1:bluemix:public:iam::::serviceRole:Manager",
"crn:v1:bluemix:public:iam::::role:Editor"
],
"service_name": "mqcloud"
}
],
"configuration" : [
{
"key": "ibmcloud_api_key",
"required": true
},
{
"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": "existing_mq_capacity_crn",
"required": true
},
{
"key": "deployment_name"
},
{
"key": "existing_mq_deployment_crn"
},
{
"key": "queue_manager_name"
},
{
"key": "queue_manager_display_name"
},
{
"key": "queue_manager_size",
"options": [
{
"displayname": "xsmall",
"value": "xsmall"
},
{
"displayname": "small",
"value": "small"
},
{
"displayname": "medium",
"value": "medium"
},
{
"displayname": "large",
"value": "large"
}
]
},
{
"key": "existing_queue_manager_name"
},
{
"key": "application_name"
},
{
"key": "existing_application_name"
},
{
"key": "user_name"
},
{
"key": "existing_user_name"
},
{
"key": "user_email"
},
{
"key": "existing_secrets_manager_crn"
},
{
"key": "existing_secret_group_id"
},
{
"key": "secret_group_name"
}
],
"architecture": {
"descriptions": "This architecture supports creating and configuring an MQ on Cloud instance.",
"features": [
{
"title": "Creates an MQ on Cloud deployment instance.",
"description": "Creates and configures an MQ on Cloud deployment instance."
},
{
"title": "Creates a queue manager",
"description": "Creates a queue manager"
}
],
"diagrams": [
{
"diagram": {
"caption": "IBM MQ on Cloud",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-mq-cloud/main/reference-architecture/deployable-architecture-mqcloud.svg",
"type": "image/svg+xml"
},
"description": "This architecture supports creating and configuring MQ on Cloud resources"
}
]
}
}
]
}
]
}