File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ func TestRunCompleteUpgradeExample(t *testing.T) {
9494 BestRegionYAMLPath : regionSelectionPath ,
9595 ResourceGroup : resourceGroup ,
9696 TerraformVars : map [string ]interface {}{
97- "mongodb_version" : "5 .0" , // Always lock to the lowest supported MongoDB version
97+ "mongodb_version" : "6 .0" , // Always lock to the lowest supported MongoDB version
9898 "users" : []map [string ]interface {}{
9999 {
100100 "name" : "testuser" ,
Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ variable "mongodb_version" {
2121 condition = anytrue ([
2222 var . mongodb_version == null ,
2323 var . mongodb_version == " 6.0" ,
24- var . mongodb_version == " 5.0" ,
2524 ])
26- error_message = " Version must be 5.0 or 6.0. If no value is passed, the current preferred version of IBM Cloud Databases is used."
25+ error_message = " Version must be 6.0. If no value is passed, the current preferred version of IBM Cloud Databases is used."
2726 }
2827}
2928
You can’t perform that action at this time.
0 commit comments