@@ -27,7 +27,7 @@ func TestRunBasicExample(t *testing.T) {
2727func TestRunCompleteExample (t * testing.T ) {
2828 t .Parallel ()
2929
30- options := setupOptions (t , "secrets-mgr" )
30+ options := setupOptions (t , "secrets-mgr" , false )
3131
3232 output , err := options .RunTestConsistency ()
3333 assert .Nil (t , err , "This should not have errored" )
@@ -57,8 +57,8 @@ func TestFSCloudInSchematics(t *testing.T) {
5757 {Name : "ibmcloud_api_key" , Value : options .RequiredEnvironmentVars ["TF_VAR_ibmcloud_api_key" ], DataType : "string" , Secure : true },
5858 {Name : "region" , Value : validRegions [rand .Intn (len (validRegions ))], DataType : "string" },
5959 {Name : "prefix" , Value : options .Prefix , DataType : "string" },
60- {Name : "existing_kms_instance_guid" , Value : permanentResources ["hpcs_east " ], DataType : "string" },
61- {Name : "kms_key_crn" , Value : permanentResources ["hpcs_east_root_key_crn " ], DataType : "string" },
60+ {Name : "existing_kms_instance_guid" , Value : permanentResources ["hpcs_south " ], DataType : "string" },
61+ {Name : "kms_key_crn" , Value : permanentResources ["hpcs_south_root_key_crn " ], DataType : "string" },
6262 {Name : "sm_service_plan" , Value : "trial" , DataType : "string" },
6363 }
6464
0 commit comments