This repository was archived by the owner on Jul 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 7777 "type" : " array" ,
7878 "hidden" : false ,
7979 "default" : [],
80+ "description" : " List of emails to configure event notifications." ,
8081 "custom_config" : {}
8182 },
8283 {
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 ],
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}
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ module github.com/terraform-ibm-modules/stack-ibm-genai
22
33go 1.21
44
5- toolchain go1.22.4
5+ toolchain go1.22.5
66
77require (
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
1212require (
Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
225225github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
226226github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
227227github.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 =
230230github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
231231github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
232232github.com/xanzy/ssh-agent v0.3.3 /go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw =
You can’t perform that action at this time.
0 commit comments