Skip to content

Commit 117769b

Browse files
committed
feat: add dependency to account base
1 parent 1e1280d commit 117769b

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

ibm_catalog.json

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,27 @@
386386
]
387387
},
388388
"dependencies": [
389+
{
390+
"name": "deploy-arch-ibm-account-infra-base",
391+
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
392+
"flavors": [
393+
"standard"
394+
],
395+
"id": "63641cec-6093-4b4f-b7b0-98d2f4185cd6-global",
396+
"input_mapping": [
397+
{
398+
"dependency_output": "resource_group_name",
399+
"version_input": "observability_resource_group_name"
400+
},
401+
{
402+
"version_input": "use_existing_resource_group",
403+
"value": true
404+
}
405+
],
406+
"optional": true,
407+
"on_by_default": true,
408+
"version": ">=1.11.6"
409+
},
389410
{
390411
"name": "testing-deploy-arch-ibm-observability",
391412
"flavors": [
@@ -395,12 +416,8 @@
395416
"version": "^1.0.7",
396417
"catalog_id": "f64499c8-eb50-4985-bf91-29f9e605a433",
397418
"optional": true,
398-
"input_mapping": [
399-
{
400-
"dependency_input": "resource_group_name",
401-
"version_input": "resource_group_name"
402-
}
403-
]
419+
"on_by_default": true,
420+
"input_mapping": []
404421
},
405422
{
406423
"name": "testing-deploy-arch-ibm-kms",
@@ -411,10 +428,15 @@
411428
],
412429
"catalog_id": "f64499c8-eb50-4985-bf91-29f9e605a433",
413430
"optional": true,
431+
"on_by_default": true,
414432
"input_mapping": [
415433
{
416434
"dependency_output": "kms_instance_crn",
417435
"version_input": "existing_kms_instance_crn"
436+
},
437+
{
438+
"dependency_output": "kms_endpoint_url",
439+
"version_input": "kms_private_endpoint"
418440
}
419441
]
420442
}

0 commit comments

Comments
 (0)