Skip to content

Commit e6d241c

Browse files
authored
added offering_docs_url and release_notes_url to ibm_catalog.json (#66)
1 parent 46d84a5 commit e6d241c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ibm_catalog.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"long_description": "Get IBM Cloud’s suite of core security services with a single deployment enabling you to securely manage keys and secrets and run security and compliance scans so that you always know the posture of the resources in your account. You can also take advantage of an event notification routing service that notifies you to critical events that occur in your IBM Cloud account and observability services that provide enterprise-grade monitoring and logging giving you operational visibility into the performance and health of your apps, services, and infrastructure.",
3030
"provider_name": "IBM",
3131
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/stack-ibm-core-security-services/main/reference-architectures/light-theme.svg",
32+
"offering_docs_url": "https://cloud.ibm.com/docs/security-services?topic=security-services-overview",
3233
"features": [
3334
{
3435
"title": "Creates an IBM Key Protect instance",
@@ -114,7 +115,7 @@
114115
"features": [
115116
{
116117
"title": "Creates IBM Cloud core security services in a resource group.",
117-
"description": "Creates a resource group called `core-security-services` or uses an existing group."
118+
"description": "Creates IBM Cloud core security services in an existing resource group."
118119
},
119120
{
120121
"title": "Creates an IBM Key Protect instance",
@@ -284,7 +285,8 @@
284285
"description": "SCC Workload Protection instance CRN."
285286
}
286287
],
287-
"install_type": "fullstack"
288+
"install_type": "fullstack",
289+
"release_notes_url": "https://cloud.ibm.com/docs/security-services?topic=security-services-css-relnotes"
288290
}
289291
]
290292
}

0 commit comments

Comments
 (0)