Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
{
"reference_version": true,
"dependency_input": "existing_mq_capacity_crn",
"version_input": "mq_s2s_policy_target_crn"
"version_input": "existing_mq_capacity_crn"
},
{
"value": true,
Expand All @@ -302,6 +302,10 @@
"dependency_input": "secrets_manager_service_plan",
"version_input": "secrets_manager_service_plan",
"reference_version": true
},
{
"dependency_output": "capacity_crn",
"version_input": "mq_s2s_policy_target_crn"
}
]
}
Expand Down Expand Up @@ -552,6 +556,13 @@
{
"key": "mq_s2s_policy_target_crn"
},
{
"key": "existing_mq_capacity_crn",
"required": true,
"virtual": true,
"type": "string",
"description": "The existing MQ capacity instance for MQ on Cloud Deployable architecture."
Copy link
Contributor

@ocofaigh ocofaigh Oct 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why would this say "Deployable architecture"? It doesn't have to come from a DA? oh wait I see what your trying to say... thinking about this....

},
{
"key": "db2_s2s_policy_enable"
},
Expand Down
15 changes: 15 additions & 0 deletions solutions/fully-configurable/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,18 @@ output "db2_s2s_resource_id" {
description = "Target Resource ID for the Service to Service policy for DB2 instance"
value = var.db2_s2s_policy_target_crn != null ? module.crn_parser_db2_instance_crn[0].service_instance : null
}

output "next_steps_text" {
value = "Enterprise Application Service instance dashboard"
description = "Access the Enterprise Application Service instance dashboard"
}

output "next_step_primary_label" {
value = "Enterprise Application Service Instance"
description = "Primary label"
}

output "next_step_primary_url" {
value = local.app_dashboard_url
description = "primary url"
}