Skip to content

Commit 9699b4b

Browse files
feat: Update stack definition member versions (#157)
1 parent 00133fe commit 9699b4b

File tree

7 files changed

+68
-83
lines changed

7 files changed

+68
-83
lines changed

catalogValidationValues.json.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"ibmcloud_api_key": $VALIDATION_APIKEY,
33
"prefix": $PREFIX,
44
"existing_resource_group_name": $RG_NAME,
5-
"enable_platform_logs_metrics": false
5+
"enable_platform_logs_metrics": false,
6+
"region": "eu-de"
67
}

ibm_catalog.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"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.",
3131
"provider_name": "IBM",
3232
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/stack-ibm-core-security-services/main/reference-architectures/light-theme.svg",
33-
"offering_docs_url": "https://cloud.ibm.com/docs/security-services?topic=security-services-overview",
33+
"offering_docs_url": "https://cloud.ibm.com/docs/security-hub?topic=security-hub-cloud-security",
3434
"support_details": "If you’re experiencing issues with this product, review the troubleshooting information available from the “Docs” link in the Related links section. If you can’t resolve your problem, click “Get help” in the related links and create a case.",
3535
"features": [
3636
{
@@ -313,11 +313,11 @@
313313
},
314314
{
315315
"key": "scc_workload_protection_crn",
316-
"description": "SCC Workload Protection instance CRN."
316+
"description": "Security and Compliance Center Workload Protection instance CRN."
317317
}
318318
],
319319
"install_type": "fullstack",
320-
"release_notes_url": "https://cloud.ibm.com/docs/security-services?topic=security-services-css-relnotes"
320+
"release_notes_url": "https://cloud.ibm.com/docs/security-hub?topic=security-hub-release-notes"
321321
}
322322
]
323323
}

stack_definition.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
}
113113
],
114114
"name": "1a - Key management",
115-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.3b5c0ef5-6438-4e7b-8a88-88636bc590c6-global"
115+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.00f91756-7287-4786-9ab0-fd12d30d8919-global"
116116
},
117117
{
118118
"inputs": [
@@ -134,7 +134,7 @@
134134
}
135135
],
136136
"name": "1b - Object storage",
137-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.f039fa0e-24f7-4c12-a617-1dee12997859-global"
137+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.855893e4-62db-4f00-a867-0795231053fe-global"
138138
},
139139
{
140140
"inputs": [
@@ -180,7 +180,7 @@
180180
}
181181
],
182182
"name": "2 - Observability",
183-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.489dde17-2578-499a-8c3a-781b5248a3da-global"
183+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.783586a0-5c8c-465f-bee2-891c2ed630fd-global"
184184
},
185185
{
186186
"inputs": [
@@ -230,7 +230,7 @@
230230
}
231231
],
232232
"name": "3 - Event Notifications",
233-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.dfffe742-c7a1-452e-90b1-3080f1f57f78-global"
233+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.88d7308d-c2c8-4977-92cf-f85d99e27d00-global"
234234
},
235235
{
236236
"inputs": [
@@ -294,7 +294,7 @@
294294
}
295295
],
296296
"name": "4a - Security and Compliance Center",
297-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.29b5ef2b-a3c1-4798-9595-ed1263945f82-global"
297+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.0e4e8fc9-8953-4456-a51c-6ed6a3ca1bd7-global"
298298
},
299299
{
300300
"inputs": [
@@ -340,7 +340,7 @@
340340
}
341341
],
342342
"name": "4b - Secrets Manager",
343-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.e314e905-ca89-4947-aa94-23d270516f0e-global"
343+
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.4e7a383f-6295-4edc-b29f-858d28862e6d-global"
344344
}
345345
],
346346
"outputs": [

tests/go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module github.com/terraform-ibm-modules/stack-ibm-core-security-services
22

3-
go 1.22.0
3+
go 1.22.4
44

5-
toolchain go1.23.2
5+
toolchain go1.23.1
66

77
require (
88
github.com/gruntwork-io/terratest v0.47.2
9-
github.com/stretchr/testify v1.9.0
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.40.4
9+
github.com/stretchr/testify v1.10.0
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.42.2
1111
)
1212

1313
require (
@@ -17,13 +17,13 @@ require (
1717
cloud.google.com/go/iam v1.1.1 // indirect
1818
cloud.google.com/go/storage v1.30.1 // indirect
1919
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be // indirect
20-
github.com/IBM-Cloud/power-go-client v1.8.1 // indirect
21-
github.com/IBM/cloud-databases-go-sdk v0.7.0 // indirect
22-
github.com/IBM/go-sdk-core/v5 v5.17.5 // indirect
23-
github.com/IBM/platform-services-go-sdk v0.69.2 // indirect
20+
github.com/IBM-Cloud/power-go-client v1.8.3 // indirect
21+
github.com/IBM/cloud-databases-go-sdk v0.7.1 // indirect
22+
github.com/IBM/go-sdk-core/v5 v5.18.1 // indirect
23+
github.com/IBM/platform-services-go-sdk v0.71.1 // indirect
2424
github.com/IBM/project-go-sdk v0.3.6 // indirect
25-
github.com/IBM/schematics-go-sdk v0.3.0 // indirect
26-
github.com/IBM/vpc-go-sdk v0.60.0 // indirect
25+
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
26+
github.com/IBM/vpc-go-sdk v0.63.1 // indirect
2727
github.com/Microsoft/go-winio v0.6.1 // indirect
2828
github.com/agext/levenshtein v1.2.3 // indirect
2929
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
@@ -66,9 +66,9 @@ require (
6666
github.com/hashicorp/go-multierror v1.1.1 // indirect
6767
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
6868
github.com/hashicorp/go-safetemp v1.0.0 // indirect
69-
github.com/hashicorp/go-version v1.6.0 // indirect
69+
github.com/hashicorp/go-version v1.7.0 // indirect
7070
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
71-
github.com/hashicorp/terraform-json v0.22.1 // indirect
71+
github.com/hashicorp/terraform-json v0.23.0 // indirect
7272
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
7373
github.com/jinzhu/copier v0.4.0 // indirect
7474
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -90,19 +90,19 @@ require (
9090
github.com/tmccombs/hcl2json v0.5.0 // indirect
9191
github.com/ulikunitz/xz v0.5.11 // indirect
9292
github.com/xanzy/ssh-agent v0.3.3 // indirect
93-
github.com/zclconf/go-cty v1.14.4 // indirect
93+
github.com/zclconf/go-cty v1.15.0 // indirect
9494
go.mongodb.org/mongo-driver v1.14.0 // indirect
9595
go.opencensus.io v0.24.0 // indirect
9696
go.opentelemetry.io/otel v1.16.0 // indirect
9797
go.opentelemetry.io/otel/metric v1.16.0 // indirect
9898
go.opentelemetry.io/otel/trace v1.16.0 // indirect
99-
golang.org/x/crypto v0.28.0 // indirect
99+
golang.org/x/crypto v0.29.0 // indirect
100100
golang.org/x/mod v0.17.0 // indirect
101-
golang.org/x/net v0.25.0 // indirect
101+
golang.org/x/net v0.30.0 // indirect
102102
golang.org/x/oauth2 v0.10.0 // indirect
103-
golang.org/x/sync v0.8.0 // indirect
104-
golang.org/x/sys v0.26.0 // indirect
105-
golang.org/x/text v0.19.0 // indirect
103+
golang.org/x/sync v0.9.0 // indirect
104+
golang.org/x/sys v0.27.0 // indirect
105+
golang.org/x/text v0.20.0 // indirect
106106
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
107107
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
108108
google.golang.org/api v0.127.0 // indirect

0 commit comments

Comments
 (0)