Skip to content

Commit 2b211bc

Browse files
authored
feat: enable DA with add-ons (#224)
1 parent 7abdb45 commit 2b211bc

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

ibm_catalog.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
{
6666
"key": "existing_resource_group_name",
67-
"required": true,
67+
"display_name": "resource_group",
6868
"custom_config": {
6969
"type": "resource_group",
7070
"grouping": "deployment",
@@ -244,7 +244,41 @@
244244
"description": "**App Configuration on IBM Cloud** <br/> <br/> <b>Description</b> <br/> This architecture automates the setup of IBM Cloud App Configuration. The modular design includes the creation of a collection to streamline the management of feature flags and properties, consolidation of multiple App Cpnfiguration instances via configuration aggregator and optionally integrates context-based restrictions (CBR) to improve access control and align with your network security policies."
245245
}
246246
]
247+
},
248+
"dependencies": [
249+
{
250+
"name": "deploy-arch-ibm-account-infra-base",
251+
"description": "Cloud automation for Account Configuration organizes your IBM Cloud account with a ready-made set of resource groups by default. When you enable the \"with Account Settings\" option, it also applies baseline security and governance settings.",
252+
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
253+
"flavors": [
254+
"resource-group-only",
255+
"resource-groups-with-account-settings"
256+
],
257+
"default_flavor": "resource-group-only",
258+
"id": "63641cec-6093-4b4f-b7b0-98d2f4185cd6-global",
259+
"input_mapping": [
260+
{
261+
"dependency_output": "workload_resource_group_name",
262+
"version_input": "existing_resource_group_name"
263+
},
264+
{
265+
"dependency_input": "prefix",
266+
"version_input": "prefix",
267+
"reference_version": true
268+
},
269+
{
270+
"dependency_input": "provider_visibility",
271+
"version_input": "provider_visibility",
272+
"reference_version": true
273+
}
274+
],
275+
"optional": true,
276+
"on_by_default": false,
277+
"version": "v3.0.7"
247278
}
279+
],
280+
"dependency_version_2": true,
281+
"terraform_version": "1.10.5"
248282
}
249283
]
250284
}

0 commit comments

Comments
 (0)