Skip to content

Commit d58d4f7

Browse files
committed
fix: remove ref for api key
1 parent 456fca5 commit d58d4f7

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

stack_definition.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
"hidden": false,
1515
"default": "trial"
1616
},
17-
{
18-
"name": "ibmcloud_api_key",
19-
"required": true,
20-
"type": "password",
21-
"hidden": false
22-
},
2317
{
2418
"name": "watsonx_admin_api_key",
2519
"required": false,
@@ -85,7 +79,7 @@
8579
},
8680
{
8781
"name": "ibmcloud_api_key",
88-
"value": "ref:../../inputs/ibmcloud_api_key"
82+
"value": ""
8983
},
9084
{
9185
"name": "region",
@@ -135,7 +129,7 @@
135129
},
136130
{
137131
"name": "ibmcloud_api_key",
138-
"value": "ref:../../inputs/ibmcloud_api_key"
132+
"value": ""
139133
},
140134
{
141135
"name": "region",
@@ -161,7 +155,7 @@
161155
},
162156
{
163157
"name": "ibmcloud_api_key",
164-
"value": "ref:../../inputs/ibmcloud_api_key"
158+
"value": ""
165159
},
166160
{
167161
"name": "region",
@@ -191,7 +185,7 @@
191185
"inputs": [
192186
{
193187
"name": "ibmcloud_api_key",
194-
"value": "ref:../../inputs/ibmcloud_api_key"
188+
"value": ""
195189
},
196190
{
197191
"name": "cos_region",
@@ -225,7 +219,7 @@
225219
"inputs": [
226220
{
227221
"name": "ibmcloud_api_key",
228-
"value": "ref:../../inputs/ibmcloud_api_key"
222+
"value": ""
229223
},
230224
{
231225
"name": "region",
@@ -263,7 +257,7 @@
263257
"inputs": [
264258
{
265259
"name": "ibmcloud_api_key",
266-
"value": "ref:../../inputs/ibmcloud_api_key"
260+
"value": ""
267261
},
268262
{
269263
"name": "watsonx_admin_api_key",
@@ -317,7 +311,7 @@
317311
"inputs": [
318312
{
319313
"name": "ibmcloud_api_key",
320-
"value": "ref:../../inputs/ibmcloud_api_key"
314+
"value": ""
321315
},
322316
{
323317
"name": "toolchain_name",
@@ -423,7 +417,7 @@
423417
},
424418
{
425419
"name": "ibmcloud_api_key",
426-
"value": "ref:../../inputs/ibmcloud_api_key"
420+
"value": ""
427421
},
428422
{
429423
"name": "watson_discovery_region",
@@ -495,5 +489,15 @@
495489
}
496490
]
497491
}
498-
]
492+
],
493+
"outputs": [
494+
{
495+
"name": "watsonx_project_url",
496+
"value": "ref:./members/6 - Sample RAG app configuration/outputs/watson_project_url"
497+
},
498+
{
499+
"name": "watsonx_project_id",
500+
"value": "ref:./members/6 - Sample RAG app configuration/outputs/watson_project_id"
501+
}
502+
]
499503
}

0 commit comments

Comments
 (0)