Skip to content

Commit

Permalink
add bimcloud api key in stack config
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikha Maheshwari authored and Shikha Maheshwari committed Dec 9, 2024
1 parent 4d1bfd9 commit 473a7b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions solutions/basic/stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"hidden": false,
"default": "rag"
},
{
"name": "ibmcloud_api_key",
"required": true,
"type": "string",
"hidden": false
},
{
"name": "secret_manager_service_plan",
"required": false,
Expand Down

0 comments on commit 473a7b0

Please sign in to comment.