Skip to content

Commit a0e41d1

Browse files
committed
chore: update member output reference
1 parent 3e6b69f commit a0e41d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
{
281281
"key": "force_create_standard_api_key",
282282
"type": "boolean",
283-
"default_value": false,
283+
"default_value": true,
284284
"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.",
285285
"required": false
286286
},
@@ -771,7 +771,7 @@
771771
{
772772
"key": "force_create_standard_api_key",
773773
"type": "boolean",
774-
"default_value": false,
774+
"default_value": true,
775775
"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.",
776776
"required": false
777777
},

kubernetes/stack_definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
"inputs": [
463463
{
464464
"name": "existing_resource_group_name",
465-
"value": "ref:../../members/1a - Resource Group/outputs/resource_group_name"
465+
"value": "ref:../../members/1a - Resource Group/outputs/single_resource_group_name"
466466
},
467467
{
468468
"name": "region",

0 commit comments

Comments
 (0)