Skip to content

Commit

Permalink
Refactor resource group dependencies and update version to 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-butler-irl committed Feb 7, 2025
1 parent d43ff03 commit d76ccbf
Showing 1 changed file with 44 additions and 19 deletions.
63 changes: 44 additions & 19 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,6 @@
"version_input": "watsonx_ai_resource_group_name",
"reference_version": true
},
{
"dependency_input": "use_existing_resource_group",
"value": true
},
{
"dependency_input": "prefix",
"version_input": "prefix",
Expand All @@ -248,6 +244,15 @@
"dependency_input": "watson_assistant_region",
"version_input": "region",
"reference_version": true
},
{
"dependency_input": "use_existing_resource_group",
"version_input": "watsonx_ai_use_existing_resource_group_name",
"reference_version": true
},
{
"dependency_output": "cos_instance_crn",
"version_input": "sample_app_git_url"
}
],
"optional": true,
Expand All @@ -272,10 +277,6 @@
"version_input": "watsonx_ai_resource_group_name",
"reference_version": true
},
{
"dependency_input": "use_existing_resource_group",
"value": true
},
{
"dependency_input": "prefix",
"version_input": "prefix",
Expand All @@ -285,10 +286,15 @@
"dependency_input": "region",
"version_input": "region",
"reference_version": true
},
{
"dependency_input": "existing_resource_group_name",
"version_input": "watsonx_ai_use_existing_resource_group_name",
"reference_version": true
}
],
"optional": false,
"version": "^1.2.12"
"version": "^1.2.13"
},
{
"name": "testing-deploy-arch-ibm-scc",
Expand Down Expand Up @@ -472,6 +478,18 @@
{
"dependency_output": "workload_resource_group_name",
"version_input": "watson_discovery_resource_group_name"
},
{
"value": true,
"version_input": "watsonx_ai_use_existing_resource_group_name"
},
{
"value": true,
"version_input": "watson_assistant_use_existing_resource_group_name"
},
{
"value": true,
"version_input": "watson_discovery_use_existing_resource_group_name"
}
]
}
Expand Down Expand Up @@ -512,11 +530,7 @@
},
{
"key": "resource_group_name",
"required": false
},
{
"key": "use_existing_resource_group",
"required": false
"required": true
},
{
"key": "watsonx_admin_api_key",
Expand Down Expand Up @@ -584,13 +598,28 @@
"key": "watsonx_ai_resource_group_name",
"required": false
},
{
"key": "watsonx_ai_use_existing_resource_group_name",
"required": false,
"default_value": false
},
{
"key": "watson_assistant_resource_group_name",
"required": false
},
{
"key": "watson_assistant_use_existing_resource_group_name",
"required": false,
"default_value": false
},
{
"key": "watson_discovery_resource_group_name",
"required": false
},
{
"key": "watson_discovery_use_existing_resource_group_name",
"required": false,
"default_value": false
}
],
"outputs": [],
Expand Down Expand Up @@ -1060,11 +1089,7 @@
},
{
"key": "resource_group_name",
"required": false
},
{
"key": "existing_resource_group_name",
"required": false
"required": true
},
{
"key": "watsonx_admin_api_key",
Expand Down

0 comments on commit d76ccbf

Please sign in to comment.