Skip to content

Commit f0cd67f

Browse files
feat: remove default prefix (#93)
1 parent a652608 commit f0cd67f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ibm_catalog.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
{
152152
"key": "prefix",
153153
"type": "string",
154-
"default_value": "sample",
155154
"description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account when existing this solution multiple times.",
156155
"required": true
157156
},

stack_definition.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"name": "prefix",
55
"required": true,
66
"type": "string",
7-
"hidden": false,
8-
"default": "rag-stack"
7+
"hidden": false
98
},
109
{
1110
"name": "secret_manager_service_plan",

0 commit comments

Comments
 (0)