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
180 lines (180 loc) · 5.86 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
{
"products": [
{
"name": "deploy-arch-ibm-watsonx-data",
"label": "Cloud automation for watsonx.data",
"product_kind": "solution",
"tags": [
"ibm_created",
"target_terraform",
"terraform",
"lakehouse",
"ai",
"solution"
],
"keywords": [
"watsonx.data",
"IaC",
"infrastructure as code",
"terraform",
"solution",
"ai"
],
"short_description": "Creates and configures an instance of IBM watsonx.data.",
"long_description": "This architecture supports creating and configuring an instance of watsonx.data.",
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-data/blob/main/README.md",
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-watsonx-data/main/images/watsonx-data.svg",
"provider_name": "IBM",
"features": [
{
"title": "Creates an instance of IBM watsonx.data",
"description": "Creates and configures an IBM watsonx.data instance."
},
{
"title": "Creates a KMS encryption enabled IBM watsonx.data instance",
"description": "Create and configures a KMS encryption enabled IBM watsonx.data instance for Enterprise plan."
}
],
"flavors": [
{
"label": "Standard",
"name": "standard",
"install_type": "fullstack",
"working_directory": "solutions/standard",
"compliance": {
"authority": "scc-v3",
"profiles": [
{
"profile_name": "IBM Cloud Framework for AI Security Guardrails 2.0",
"profile_version": "1.1.0"
}
]},
"iam_permissions": [
{
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
],
"service_name": "all-account-management-services"
},
{
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Editor"
],
"service_name": "lakehouse"
}
],
"architecture": {
"descriptions": "This architecture creates an instance of IBM watsonx.data.",
"features": [
{
"title": " Creates and configures an instance of watsonx.data",
"description": "This architecture creates and configures an instance of IBM watsonx.data. It accepts or creates a resource group."
}
],
"diagrams": [
{
"diagram": {
"caption": "watsonx.data on IBM Cloud",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-watsonx-data/main/reference-architecture/deployable-architecture-watsonx-data.svg",
"type": "image/svg+xml"
},
"description": "This architecture supports creating and configuring an instance of watsonx.data."
}
]
},
"configuration": [
{
"key": "ibmcloud_api_key",
"required": true,
"type": "password"
},
{
"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"
},
{
"key": "prefix",
"required": true,
"description": "Prefix to add to all resources created by this solution. To not use any prefix value, you can enter the string `__NULL__`."
},
{
"key": "watsonx_data_name"
},
{
"key": "region",
"required": true,
"default_value": "us-south",
"options": [
{
"displayname": "Dallas (us-south)",
"value": "us-south"
},
{
"displayname": "Frankfurt (eu-de)",
"value": "eu-de"
},
{
"displayname": "London (eu-gb)",
"value": "eu-gb"
},
{
"displayname": "Sydney (au-syd)",
"value": "au-syd"
},
{
"displayname": "Tokyo (jp-tok)",
"value": "jp-tok"
}
]
},
{
"key": "plan",
"default_value": "lakehouse-enterprise",
"options": [
{
"displayname": "Lite",
"value": "lite"
},
{
"displayname": "Enterprise",
"value": "lakehouse-enterprise"
}
]
},
{
"key": "resource_tags"
},
{
"key": "access_tags"
},
{
"key": "existing_kms_instance_crn"
},
{
"key": "existing_kms_key_crn"
}
]
}
]
}
]
}