Skip to content

Commit 4549a64

Browse files
committed
fix: references
1 parent 97f9c63 commit 4549a64

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

ibm_catalog.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,13 @@
314314
"description": "The CRN of an existing Secrets Manager instance"
315315
},
316316
{
317+
"key": "force_create_standard_api_key",
318+
"type": "boolean",
319+
"default_value": false,
320+
"description": "Set to `true` to force create a standard api key. By default the generated apikey will be a service api key. It is recommended to use a Git Token when using the service api key. In the case where the user has been invited to an account and that user not the account owner, during toolchain creation the default compliance repositories will be created in that user's account and the service api will not have access to those repositories. In this case a Git Token for the repositories is required. See `repo_git_token_secret_name` for more details. The alternative is to set `force_create_standard_api_key` to `true` to create a standard api key.",
321+
"required": false
322+
},
323+
{
317324
"key": "create_git_token",
318325
"required": false,
319326
"type": "boolean",
@@ -830,6 +837,13 @@
830837
"description": "The CRN of an existing Secrets Manager instance"
831838
},
832839
{
840+
"key": "force_create_standard_api_key",
841+
"type": "boolean",
842+
"default_value": false,
843+
"description": "Set to `true` to force create a standard api key. By default the generated apikey will be a service api key. It is recommended to use a Git Token when using the service api key. In the case where the user has been invited to an account and that user not the account owner, during toolchain creation the default compliance repositories will be created in that user's account and the service api will not have access to those repositories. In this case a Git Token for the repositories is required. See `repo_git_token_secret_name` for more details. The alternative is to set `force_create_standard_api_key` to `true` to create a standard api key.",
844+
"required": false
845+
},
846+
{
833847
"key": "create_git_token",
834848
"required": false,
835849
"type": "boolean",

stack_definition.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -393,15 +393,15 @@
393393
"custom_config": {}
394394
},
395395
{
396-
"name": "project_ci_name",
396+
"name": "ci_code_engine_project",
397397
"required": false,
398398
"type": "string",
399399
"hidden": false,
400400
"default": "CI_Project",
401401
"custom_config": {}
402402
},
403403
{
404-
"name": "project_cd_name",
404+
"name": "cd_code_engine_project",
405405
"required": false,
406406
"type": "string",
407407
"hidden": false,
@@ -836,11 +836,11 @@
836836
},
837837
{
838838
"name": "ci_code_engine_project",
839-
"value": "ref:../../inputs/project_ci_name"
839+
"value": "ref:../../inputs/ci_code_engine_project"
840840
},
841841
{
842842
"name": "cd_code_engine_project",
843-
"value": "ref:../../inputs/project_cd_name"
843+
"value": "ref:../../inputs/cd_code_engine_project"
844844
},
845845
{
846846
"name": "use_app_repo_for_cd_deploy",
@@ -864,7 +864,7 @@
864864
},
865865
{
866866
"name": "project_name",
867-
"value": "ref:../../inputs/project_name"
867+
"value": "ref:../../inputs/ci_code_engine_project"
868868
}
869869
],
870870
"name": "8a - Code Engine CI Project",
@@ -886,7 +886,7 @@
886886
},
887887
{
888888
"name": "project_name",
889-
"value": "ref:../../inputs/project_name"
889+
"value": "ref:../../inputs/cd_code_engine_project"
890890
}
891891
],
892892
"name": "8b - Code Engine CD Project",

0 commit comments

Comments
 (0)