Skip to content

Commit 7f2e005

Browse files
committed
ci: update input
1 parent 13f1c5c commit 7f2e005

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
"type": "boolean",
258258
"default_value": true,
259259
"description": "Set to `true` to create and add a `cos-api-key` to the Secrets Provider.",
260-
"required": false
260+
"required": true
261261
}
262262
],
263263
"outputs": [
@@ -539,7 +539,7 @@
539539
"type": "boolean",
540540
"default_value": true,
541541
"description": "Set to `true` to create and add a `cos-api-key` to the Secrets Provider.",
542-
"required": false
542+
"required": true
543543
}
544544
],
545545
"outputs": [

kubernetes/stack_definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"inputs": [
207207
{
208208
"name": "resource_group_name",
209-
"value": "ref:../../inputs/resource_group_name"
209+
"value": "ref:../../members/1a - Key Management/outputs/resource_group_name"
210210
},
211211
{
212212
"name": "existing_resource_group",

stack_definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"inputs": [
152152
{
153153
"name": "resource_group_name",
154-
"value": "ref:../../inputs/resource_group_name"
154+
"value": "ref:../../members/1a - Key Management/outputs/resource_group_name"
155155
},
156156
{
157157
"name": "existing_resource_group",

0 commit comments

Comments
 (0)