Skip to content
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
324a949
consume fully configurable
rajatagarwal-ibm Aug 14, 2025
43b20d3
Merge branch 'main' into full-configurable
rajatagarwal-ibm Sep 2, 2025
a4589ef
consume fully configurable
rajatagarwal-ibm Sep 2, 2025
94597e6
Merge branch 'full-configurable' of github.com:terraform-ibm-modules/…
rajatagarwal-ibm Sep 2, 2025
d0da110
consume fully configurable
rajatagarwal-ibm Sep 2, 2025
230e8de
consume fully configurable
rajatagarwal-ibm Sep 2, 2025
cf318d4
consume fully configurable
rajatagarwal-ibm Sep 5, 2025
ea60ae7
Merge branch 'main' into full-configurable
rajatagarwal-ibm Sep 5, 2025
0623eb7
consume fully configurable
rajatagarwal-ibm Sep 8, 2025
809ce5c
Merge branch 'main' into full-configurable
rajatagarwal-ibm Sep 8, 2025
920e695
consume fully configurable
rajatagarwal-ibm Sep 8, 2025
6f8ad13
Merge branch 'main' into full-configurable
rajatagarwal-ibm Sep 18, 2025
c66d344
fully configurable
rajatagarwal-ibm Sep 20, 2025
baa305a
Merge branch 'main' of github.com:terraform-ibm-modules/stack-ibm-cor…
rajatagarwal-ibm Sep 20, 2025
0583a4f
Merge branch 'full-configurable' of github.com:terraform-ibm-modules/…
rajatagarwal-ibm Sep 20, 2025
92ba9c8
fully configurable
rajatagarwal-ibm Sep 22, 2025
bec8c27
fully configurable
rajatagarwal-ibm Sep 22, 2025
1e7828d
fully configurable
rajatagarwal-ibm Sep 22, 2025
de892ee
fully configurable
rajatagarwal-ibm Sep 22, 2025
317c02b
fully configurable
rajatagarwal-ibm Sep 22, 2025
a832056
fully configurable
rajatagarwal-ibm Sep 22, 2025
febce29
fully configurable
rajatagarwal-ibm Sep 22, 2025
b3cc3f2
fully configurable
rajatagarwal-ibm Sep 24, 2025
80a80c6
fully configurable
rajatagarwal-ibm Sep 24, 2025
c729d90
fully configurable
rajatagarwal-ibm Sep 24, 2025
449a11f
fully configurable
rajatagarwal-ibm Sep 24, 2025
6a7f9f8
fully configurable
rajatagarwal-ibm Sep 24, 2025
5590717
fully configurable
rajatagarwal-ibm Sep 24, 2025
a8590e7
fully configurable
rajatagarwal-ibm Sep 24, 2025
1d0e492
fully configurable
rajatagarwal-ibm Sep 24, 2025
347874c
fully configurable
rajatagarwal-ibm Sep 24, 2025
be91e5d
Merge branch 'main' into full-configurable
rajatagarwal-ibm Sep 24, 2025
97eb236
fully configurable
rajatagarwal-ibm Sep 24, 2025
dbb0ad3
Merge branch 'full-configurable' of github.com:terraform-ibm-modules/…
rajatagarwal-ibm Sep 24, 2025
0f12b1b
fully configurable
rajatagarwal-ibm Sep 25, 2025
d8f3cb7
fully configurable
rajatagarwal-ibm Sep 25, 2025
94eb85c
fully configurable
rajatagarwal-ibm Sep 25, 2025
28ab79b
fully configurable
rajatagarwal-ibm Sep 25, 2025
e033ee7
fully configurable
rajatagarwal-ibm Sep 25, 2025
ab633e7
fully configurable
rajatagarwal-ibm Sep 25, 2025
3068224
fully configurable
rajatagarwal-ibm Sep 26, 2025
3b693f9
fully configurable
rajatagarwal-ibm Sep 26, 2025
55dd5cb
fully configurable
rajatagarwal-ibm Sep 26, 2025
8a80211
Update stack_definition.json
ocofaigh Sep 26, 2025
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
2 changes: 1 addition & 1 deletion .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ offerings:
catalog_id: 7df1e4ca-d54c-4fd0-82ce-3d13247308cd
offering_id: 0294f96e-7314-48d1-a710-c08a541b2119
variations:
- name: standard
- name: click-and-go
mark_ready: false
install_type: fullstack
format_kind: stack
Expand Down
59 changes: 46 additions & 13 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@
],
"flavors": [
{
"label": "Standard",
"name": "standard",
"label": "Click and go",
"name": "click-and-go",
"index": 1,
"working_directory": "./",
"compliance": {
"authority": "scc-v3",
"profiles": [
Expand Down Expand Up @@ -223,7 +225,7 @@
"key": "existing_resource_group_name",
"type": "string",
"default_value": "Default",
"description": "The name of an existing resource group to provision all resources to.",
"description": "The name of an existing resource group to provision the resources.",
"required": true,
"custom_config": {
"type": "resource_group",
Expand All @@ -237,7 +239,7 @@
{
"key": "enable_platform_metrics",
"type": "boolean",
"default_value": true,
"default_value": false,
"description": "Setting this to true will enable platform metrics for the Cloud Monitoring instance. NOTE: You can configure 1 instance only of the IBM Cloud Monitoring service per region to collect platform metrics in that location.",
"required": false
},
Expand All @@ -256,16 +258,48 @@
"required": false
},
{
"display_name": "event_notifications_email_list",
"key": "en_email_list",
"key": "key_protect_plan",
"type": "string",
"default_value": "tiered-pricing",
"description": "The service plan of the Key Protect instance that will be provisioned by this solution. Only used if not supplying `existing_kms_instance_crn`. [Learn more](https://cloud.ibm.com/docs/key-protect?topic=key-protect-pricing-plan).",
"required": false,
"options": [
{
"displayname": "Standard",
"value": "tiered-pricing"
},
{
"displayname": "Cross-region Resiliency",
"value": "cross-region-resiliency"
}
]
},
{
"key": "cloud_monitoring_plan",
"type": "string",
"default_value": "graduated-tier",
"description": "The IBM Cloud Monitoring plan to provision. Available values are `lite` and `graduated-tier` and `graduated-tier-sysdig-secure-plus-monitor` (available in region eu-fr2 only). [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-service_plans)",
"required": false,
"options": [
{
"displayname": "Lite",
"value": "lite"
},
{
"displayname": "Graduated Tier",
"value": "graduated-tier"
}
]
},
{
"key": "event_notifications_email_list",
"type": "array",
"default_value": [],
"description": "List of emails to configure event notifications.",
"required": false
},
{
"display_name": "existing_event_notifications_instance_crn",
"key": "existing_en_instance_crn",
"key": "existing_event_notifications_instance_crn",
"type": "string",
"default_value": "__NULL__",
"description": "The CRN of existing event notification instance. If not supplied, a new instance is created.",
Expand All @@ -279,8 +313,7 @@
"required": false
},
{
"display_name": "secrets_manager_service_plan",
"key": "sm_service_plan",
"key": "secrets_manager_service_plan",
"type": "string",
"default_value": "standard",
"description": "The pricing plan to use for IBM Cloud Secrets Manager. Not used if `existing_secrets_manager_crn` is specified.",
Expand All @@ -298,16 +331,16 @@
},
{
"display_name": "disable_secrets_manager_iam_credentials_engine",
"key": "skip_iam_authorization_policy",
"key": "skip_secrets_manager_iam_auth_policy",
"type": "boolean",
"default_value": false,
"description": "Whether to skip the creation of the IAM authorization policies required to enable the Secrets Manager IAM credentials engine. If set to false, policies will be created that grants the Secrets Manager instance 'Operator' access to the IAM identity service, and 'Groups Service Member Manage' access to the IAM groups service.",
"required": false
},
{
"key": "app_config_service_plan",
"key": "app_config_plan",
"type": "string",
"default_value": "basic",
"default_value": "enterprise",
"description": "The pricing plan to use for the IBM Cloud App Configuration instance.",
"required": false,
"options": [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions reference-architectures/reference-architecture-css.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

copyright:
years: 2024
lastupdated: "2024-12-05"
years: 2024, 2025
lastupdated: "2025-09-05"

subcollection: deployable-reference-architectures

Expand All @@ -11,7 +11,7 @@ authors:
email: [email protected]

# The release that the reference architecture describes
version: 3.0.0
version: 4.0.0

# Use if the reference architecture has deployable code.
# Value is the URL to land the user in the IBM Cloud catalog details page for the deployable architecture.
Expand Down Expand Up @@ -52,7 +52,7 @@ https://test.cloud.ibm.com/docs/solution-as-code?topic=solution-as-code-naming-g
# Cloud foundation for security and observability
{: #core-security-services-pattern}
{: toc-content-type="reference-architecture"}
{: toc-version="3.0.0"}
{: toc-version="4.0.0"}

<!--
The IDs, such as {: #title-id} are required for publishing this reference architecture in IBM Cloud Docs. Set unique IDs for each heading. Also include
Expand Down
Loading