File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6565 {
6666 "label" : " Basic with sample application (Deploy on Code Engine)" ,
6767 "name" : " basic" ,
68- "index" : 1 ,
68+ "index" : 2 ,
6969 "short_description" : " Provides Code Engine users with serverless simplicity plus a hosted sample app and CI/CD pipeline." ,
7070 "working_directory" : " solutions/basic" ,
7171 "ignore_readme" : true ,
602602 {
603603 "label" : " Standard with sample application (Deploy on Red Hat OpenShift)" ,
604604 "name" : " standard" ,
605- "index" : 2 ,
605+ "index" : 3 ,
606606 "short_description" : " Offers Red Hat OpenShift users enterprise-grade flexibility along with a hosted sample app and automated pipeline deployment." ,
607607 "working_directory" : " solutions/standard" ,
608608 "ignore_readme" : true ,
13401340 {
13411341 "label" : " Basic (Deploy on Code Engine)" ,
13421342 "name" : " basic-without-app" ,
1343- "index" : 3 ,
1343+ "index" : 4 ,
13441344 "short_description" : " Designed for Code Engine users who want serverless simplicity without deploying a sample app or pipeline." ,
13451345 "working_directory" : " solutions/basic-without-sample-app" ,
13461346 "ignore_readme" : true ,
18581858 {
18591859 "label" : " Standard (Deploy on Red Hat OpenShift)" ,
18601860 "name" : " standard-without-app" ,
1861- "index" : 4 ,
1861+ "index" : 5 ,
18621862 "short_description" : " Ideal for Red Hat OpenShift users seeking enterprise-grade flexibility without a sample app or pipeline included." ,
18631863 "working_directory" : " solutions/standard-without-sample-app" ,
18641864 "ignore_readme" : true ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.25.4
77require (
88 github.com/gruntwork-io/terratest v0.53.0
99 github.com/stretchr/testify v1.11.1
10- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.27
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.31
1111)
1212
1313require (
Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
297297github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
298298github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
299299github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
300- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.27 h1:gEQWV1UdcawxJjO2Az4AYK5p2Z9SrKOWWiC2UwmFNuM =
301- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.27 /go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q =
300+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.31 h1:2ZslGjNvCrqTSmnqkbpsDLIchvO4hyBYCJvA28B35Ec =
301+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.31 /go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q =
302302github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
303303github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
304304github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments