@@ -43,24 +43,29 @@ func TestProjectsFullTest(t *testing.T) {
43
43
"resource_group_name" : "default" ,
44
44
"existing_secrets_manager_instance_crn" : permanentResources ["secretsManagerCRN" ],
45
45
},
46
- "8 - DevSecOps Toolchains" : {
47
- "autostart" : "false" ,
48
- "create_cos_api_key" : "false" ,
49
- "create_secret_group" : "false" ,
50
- "create_signing_certificate" : "false" ,
51
- "create_signing_key" : "false" ,
52
- "create_ibmcloud_api_key" : "false" ,
46
+ "7 - DevSecOps Toolchains" : {
47
+ "autostart" : "false" ,
48
+ "create_cos_api_key" : "false" ,
49
+ "create_secret_group" : "false" ,
50
+ "create_signing_key" : "false" ,
51
+ "create_ibmcloud_api_key" : "false" ,
53
52
},
54
53
}
55
54
56
55
options .StackInputs = map [string ]interface {}{
57
- "prefix" : options .Prefix ,
58
- "resource_group_name" : options .Prefix ,
59
- "sm_service_plan" : "trial" ,
60
- "scc_service_plan" : "security-compliance-center-standard-plan" ,
61
- "region" : "us-south" ,
62
- "existing_secrets_manager_crn" : permanentResources ["secretsManagerCRN" ],
63
- "ibmcloud_api_key" : options .RequiredEnvironmentVars ["TF_VAR_ibmcloud_api_key" ], // always required by the stack
56
+ "prefix" : options .Prefix ,
57
+ "resource_group_name" : options .Prefix ,
58
+ "sm_service_plan" : "trial" ,
59
+ "scc_service_plan" : "security-compliance-center-standard-plan" ,
60
+ "region" : "us-south" ,
61
+ "existing_secrets_manager_crn" : permanentResources ["secretsManagerCRN" ],
62
+ "ibmcloud_api_key" : options .RequiredEnvironmentVars ["TF_VAR_ibmcloud_api_key" ], // always required by the stack
63
+ "app_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
64
+ "evidence_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
65
+ "issues_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
66
+ "inventory_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
67
+ "cd_deployment_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
68
+ "change_management_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
64
69
}
65
70
66
71
err1 := options .RunProjectsTest ()
0 commit comments