Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit d6ef89e

Browse files
authored
fix: add input variables description and bump SaaS DA version from v1.0.0 to v1.3.9 (#20)
1 parent 0826aec commit d6ef89e

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

ibm_catalog.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,25 @@
258258
"key": "en_email_list",
259259
"type": "array",
260260
"default_value": [],
261+
"description": "List of emails to configure event notifications.",
261262
"required": false
262263
},
263264
{
264265
"key": "scc_service_plan",
265266
"type": "string",
266267
"default_value": "security-compliance-center-standard-plan",
267-
"required": false
268+
"description": "The pricing plan to use for the IBM Cloud Security and Compliance Center.",
269+
"required": false,
270+
"options": [
271+
{
272+
"displayname": "standard",
273+
"value": "security-compliance-center-standard-plan"
274+
},
275+
{
276+
"displayname": "trial",
277+
"value": "security-compliance-center-trial-plan"
278+
}
279+
]
268280
}
269281
],
270282
"install_type": "fullstack"

stack_definition.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"type": "array",
7878
"hidden": false,
7979
"default": [],
80+
"description": "List of emails to configure event notifications.",
8081
"custom_config": {}
8182
},
8283
{
@@ -85,6 +86,7 @@
8586
"type": "string",
8687
"hidden": false,
8788
"default": "security-compliance-center-standard-plan",
89+
"description": "The pricing plan to use for the IBM Cloud Security and Compliance Center.",
8890
"custom_config": {}
8991
}
9092
],
@@ -415,7 +417,7 @@
415417
}
416418
],
417419
"name": "6 - WatsonX SaaS services",
418-
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.a8504fac-eb37-4aa0-a284-f26e876b5750-global"
420+
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.a68377c5-2a73-4832-8fd9-ad5b73b5256b-global"
419421
}
420422
]
421423
}

tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module github.com/terraform-ibm-modules/stack-ibm-genai
22

33
go 1.21
44

5-
toolchain go1.22.4
5+
toolchain go1.22.5
66

77
require (
88
github.com/stretchr/testify v1.9.0
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.2
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.4
1010
)
1111

1212
require (

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
225225
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
226226
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
227227
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
228-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.2 h1:u9/jBHL0wSkfZpMejHvWkDwjoRV1z67klF1ezuF7mig=
229-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.2/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s=
228+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.4 h1:252D3+KlXOQALQ9jyFdCfmP/nAk4lXgvhPjBhx/C+2Y=
229+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.4/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s=
230230
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
231231
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
232232
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=

0 commit comments

Comments
 (0)