Skip to content
Merged
Show file tree
Hide file tree
Changes from 17 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
6 changes: 5 additions & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"key": "enable_platform_logs_metrics",
"type": "boolean",
"default_value": true,
"description": "Whether to provision logging and monitoring instances are configured to receive all platform logs and metrics in the target region. There can only be one instance per region provisioned for platform logs/metrics.",
"description": "Setting this to true will create a tenant in the same region where the Cloud Logs instance is provisioned, enabling platform logs for that region. To send platform logs from other regions, you can explicitly specify a list of regions using the `logs_routing_tenant_regions` input. Note: You can have only one tenant per region in an account. If `log_analysis_provision` or `cloud_monitoring_provision` is set to true, this variable will also enable platform logs for the Log Analysis instance and platform metrics for Cloud Monitoring instance.",
"required": false
},
{
Expand Down Expand Up @@ -307,6 +307,10 @@
"key": "log_analysis_crn",
"description": "The id of the provisioned Log Analysis instance."
},
{
"key": "cloud_logs_crn",
"description": "The id of the provisioned Cloud Logs instance."
},
{
"key": "scc_workload_protection_crn",
"description": "SCC Workload Protection instance CRN."
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}
],
"name": "1a - Key management",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.206bfa3d-3bbe-435e-adb9-dd244fdaad86-global"
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.7f57ef48-2bb2-4641-8f6e-db27a7eacc38-global"
},
{
"inputs": [
Expand All @@ -134,7 +134,7 @@
}
],
"name": "1b - Object storage",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.1db2434c-c55f-4a5e-9814-1b39f9580b86-global"
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.54ae4d96-9c0d-430c-a5d1-51785ffe4cd0-global"
},
{
"inputs": [
Expand All @@ -146,6 +146,10 @@
"name": "use_existing_resource_group",
"value": true
},
{
"name": "skip_cos_kms_auth_policy",
"value": true
},
{
"name": "region",
"value": "ref:../../inputs/region"
Expand Down Expand Up @@ -173,10 +177,14 @@
{
"name": "enable_platform_metrics",
"value": "ref:../../inputs/enable_platform_logs_metrics"
},
{
"name": "existing_en_instance_crn",
"value": "ref:../../members/3 - Event Notifications/outputs/crn"
}
],
"name": "2 - Observability",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.9a4b4855-07a5-43a0-af1d-ef44e091821c-global"
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.157744e4-5ef1-4e0f-9b8b-8b49b2ee8bb2-global"
},
{
"inputs": [
Expand All @@ -190,7 +198,7 @@
},
{
"name": "skip_cos_kms_auth_policy",
"value": true
"value": false
},
{
"name": "kms_endpoint_url",
Expand Down Expand Up @@ -219,14 +227,10 @@
{
"name": "prefix",
"value": "ref:../../inputs/prefix"
},
{
"name": "existing_monitoring_crn",
"value": "ref:../../members/2 - Observability/outputs/cloud_monitoring_crn"
}
],
"name": "3 - Event Notifications",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.ee7b0d6c-3603-40fb-953b-4bdbd43c3cbe-global"
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.b5b38d6e-441e-4915-ac00-9a75b442a9f0-global"
},
{
"inputs": [
Expand Down Expand Up @@ -286,7 +290,7 @@
}
],
"name": "4a - Security and Compliance Center",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.c689955e-d4ad-4f9e-8bdc-c8929dd5991a-global"
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.b27fc8c7-f6ec-4f98-890d-4f7ccfd37aaf-global"
},
{
"inputs": [
Expand Down Expand Up @@ -314,10 +318,6 @@
"name": "existing_event_notification_instance_crn",
"value": "ref:../../members/3 - Event Notifications/outputs/crn"
},
{
"name": "existing_event_notification_instance_crn",
"value": "ref:../../members/3 - Event Notifications/outputs/crn"
},
{
"name": "existing_secrets_manager_crn",
"value": "ref:../../inputs/existing_secrets_manager_crn"
Expand All @@ -336,7 +336,7 @@
}
],
"name": "4b - Secrets Manager",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.f98df044-b1c7-4f38-86db-6438e76a35bf-global"
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.03587d2d-38bd-42c3-983b-72469702e038-global"
}
],
"outputs": [
Expand Down
13 changes: 7 additions & 6 deletions tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/terraform-ibm-modules/stack-ibm-core-security-services

go 1.22
go 1.22.0

toolchain go1.23.1

require (
github.com/gruntwork-io/terratest v0.47.1
github.com/stretchr/testify v1.9.0
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.38.2
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.39.6
)

require (
Expand All @@ -17,12 +17,13 @@ require (
cloud.google.com/go/iam v1.1.1 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be // indirect
github.com/IBM-Cloud/power-go-client v1.7.1 // indirect
github.com/IBM-Cloud/power-go-client v1.8.1 // indirect
github.com/IBM/cloud-databases-go-sdk v0.7.0 // indirect
github.com/IBM/go-sdk-core/v5 v5.17.5 // indirect
github.com/IBM/platform-services-go-sdk v0.69.0 // indirect
github.com/IBM/project-go-sdk v0.3.0 // indirect
github.com/IBM/vpc-go-sdk v0.57.0 // indirect
github.com/IBM/platform-services-go-sdk v0.69.1 // indirect
github.com/IBM/project-go-sdk v0.3.6 // indirect
github.com/IBM/schematics-go-sdk v0.3.0 // indirect
github.com/IBM/vpc-go-sdk v0.58.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
Expand Down
Loading