Skip to content

Commit f50ae00

Browse files
authored
feat: expose virtual inputs for Observability add-on (#256)
1 parent fc7dd74 commit f50ae00

File tree

1 file changed

+46
-13
lines changed

1 file changed

+46
-13
lines changed

ibm_catalog.json

Lines changed: 46 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,16 @@
154154
"dependency_input": "region",
155155
"version_input": "region",
156156
"reference_version": true
157+
},
158+
{
159+
"dependency_input": "enable_platform_metrics",
160+
"version_input": "enable_platform_metrics",
161+
"reference_version": true
162+
},
163+
{
164+
"dependency_input": "logs_routing_tenant_regions",
165+
"version_input": "logs_routing_tenant_regions",
166+
"reference_version": true
157167
}
158168
],
159169
"optional": true,
@@ -166,19 +176,6 @@
166176
"key": "ibmcloud_api_key",
167177
"required": true
168178
},
169-
{
170-
"key": "existing_resource_group_name",
171-
"display_name": "resource_group",
172-
"type": "string",
173-
"custom_config": {
174-
"type": "resource_group",
175-
"grouping": "deployment",
176-
"original_grouping": "deployment",
177-
"config_constraints": {
178-
"identifier": "rg_name"
179-
}
180-
}
181-
},
182179
{
183180
"key": "prefix",
184181
"required": true
@@ -273,6 +270,42 @@
273270
"default_value": "basic",
274271
"description": "The plan to use for the App Configuration service instance."
275272
},
273+
{
274+
"key": "enable_platform_metrics",
275+
"type": "boolean",
276+
"default_value": true,
277+
"description": "When set to `true`, the IBM Cloud Monitoring instance will be configured to collect platform metrics from the provided region. You can configure 1 instance only of the IBM Cloud Monitoring service per region to collect platform metrics in that location. Check with the account or service administrator if another monitoring instance has already been configured. You may not have permissions to see all monitoring instances in the region. [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-platform_metrics_enabling).",
278+
"required": true,
279+
"virtual": true
280+
},
281+
{
282+
"key": "logs_routing_tenant_regions",
283+
"type": "list(string)",
284+
"default_value": [],
285+
"description": "To manage platform logs that are generated by IBM Cloud services in a region of IBM Cloud, you must create a tenant in each region that you operate. Pass a list of regions to create a tenant in. [Learn more](https://cloud.ibm.com/docs/logs-router?topic=logs-router-about-platform-logs).",
286+
"required": true,
287+
"virtual": true,
288+
"custom_config": {
289+
"grouping": "deployment",
290+
"original_grouping": "deployment",
291+
"config_constraints": {
292+
"type": "string"
293+
}
294+
}
295+
},
296+
{
297+
"key": "existing_resource_group_name",
298+
"display_name": "resource_group",
299+
"type": "string",
300+
"custom_config": {
301+
"type": "resource_group",
302+
"grouping": "deployment",
303+
"original_grouping": "deployment",
304+
"config_constraints": {
305+
"identifier": "rg_name"
306+
}
307+
}
308+
},
276309
{
277310
"key": "enterprise_id",
278311
"required": false,

0 commit comments

Comments
 (0)