@@ -78,7 +78,7 @@ func TestProjectsBasicExistingResourcesTest(t *testing.T) {
7878 t .Parallel ()
7979
8080 // ------------------------------------------------------------------------------------
81- // Provision RG, EN and KMS
81+ // Provision RG, EN, SM and KMS
8282 // ------------------------------------------------------------------------------------
8383
8484 prefix := fmt .Sprintf ("ragext-%s" , strings .ToLower (random .UniqueId ()))
@@ -129,7 +129,7 @@ func TestProjectsBasicExistingResourcesTest(t *testing.T) {
129129 "existing_resource_group_name" : terraform .Output (t , existingTerraformOptions , "resource_group_name" ),
130130 "ibmcloud_api_key" : options .RequiredEnvironmentVars ["TF_VAR_ibmcloud_api_key" ], // always required by the stack
131131 "enable_platform_metrics" : false ,
132- "existing_secrets_manager_crn" : permanentResources [ "privateOnlySecMgrCRN" ] ,
132+ "existing_secrets_manager_crn" : terraform . Output ( t , existingTerraformOptions , "secrets_manager_instance_crn" ) ,
133133 "skip_secrets_manager_iam_auth_policy" : true , // skip as s2s auth policy was already created for existing instance
134134 "signing_key" : privateKey ,
135135 "existing_kms_instance_crn" : terraform .Output (t , existingTerraformOptions , "kms_instance_crn" ),
0 commit comments