@@ -162,7 +162,7 @@ func TestRunStandardSolutionSchematics(t *testing.T) {
162162 {Name : "access_tags" , Value : permanentResources ["accessTags" ], DataType : "list(string)" },
163163 {Name : "existing_kms_instance_crn" , Value : permanentResources ["hpcs_south_crn" ], DataType : "string" },
164164 {Name : "kms_endpoint_type" , Value : "private" , DataType : "string" },
165- {Name : "mongodb_version" , Value : "6 .0" , DataType : "string" }, // Always lock this test into the latest supported MongoDB version
165+ {Name : "mongodb_version" , Value : "7 .0" , DataType : "string" }, // Always lock this test into the latest supported MongoDB version
166166 {Name : "resource_group_name" , Value : options .Prefix , DataType : "string" },
167167 {Name : "existing_secrets_manager_instance_crn" , Value : permanentResources ["secretsManagerCRN" ], DataType : "string" },
168168 {Name : "service_credential_secrets" , Value : serviceCredentialSecrets , DataType : "list(object)" },
@@ -251,7 +251,7 @@ func TestPlanValidation(t *testing.T) {
251251 options .TerraformOptions .Vars = map [string ]interface {}{
252252 "prefix" : options .Prefix ,
253253 "region" : "us-south" ,
254- "mongodb_version" : "6 .0" ,
254+ "mongodb_version" : "7 .0" ,
255255 "provider_visibility" : "public" ,
256256 "resource_group_name" : options .Prefix ,
257257 }
0 commit comments