You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ibm_catalog.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -254,8 +254,8 @@
254
254
},
255
255
{
256
256
"key": "use_existing_resource_group",
257
-
"type": "boolean",
258
-
"default_value": false,
257
+
"type": "string",
258
+
"default_value": "false",
259
259
"description": "Setting to `true` will treat the `resource_group_name` as an existing resource group. Setting `false` will provision a new resource group based on the value in `resource_group_name`.",
"description": "The names of the projects to add the IBM Cloud Code Engine."
289
289
}
290
290
],
@@ -564,8 +564,8 @@
564
564
},
565
565
{
566
566
"key": "use_existing_resource_group",
567
-
"type": "boolean",
568
-
"default_value": false,
567
+
"type": "string",
568
+
"default_value": "false",
569
569
"description": "Setting to `true` will treat the `resource_group_name` as an existing resource group. Setting `false` will provision a new resource group based on the value in `resource_group_name`.",
0 commit comments