@@ -44,29 +44,29 @@ func TestProjectsFullTest(t *testing.T) {
4444 "existing_secrets_manager_instance_crn" : permanentResources ["secretsManagerCRN" ],
4545 },
4646 "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" ,
53- "app_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
54- "evidence_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
55- "issues_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
56- "inventory_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
57- "cd_deployment_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
58- "change_management_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
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" ,
5953 },
6054 }
6155
6256 options .StackInputs = map [string ]interface {}{
63- "prefix" : options .Prefix ,
64- "resource_group_name" : options .Prefix ,
65- "sm_service_plan" : "trial" ,
66- "scc_service_plan" : "security-compliance-center-standard-plan" ,
67- "region" : "us-south" ,
68- "existing_secrets_manager_crn" : permanentResources ["secretsManagerCRN" ],
69- "ibmcloud_api_key" : options .RequiredEnvironmentVars ["TF_VAR_ibmcloud_api_key" ], // always required by the stack
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
64+ "app_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
65+ "evidence_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
66+ "issues_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
67+ "inventory_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
68+ "cd_deployment_repo_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
69+ "change_management_existing_url" : "https://us-south.git.cloud.ibm.com/padraic.edwards/hello-compliance-app-app-repo" ,
7070 }
7171
7272 err1 := options .RunProjectsTest ()
0 commit comments