Skip to content

Commit

Permalink
feat: remove default prefix (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-butler-irl authored May 15, 2024
1 parent a652608 commit f0cd67f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
{
"key": "prefix",
"type": "string",
"default_value": "sample",
"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.",
"required": true
},
Expand Down
3 changes: 1 addition & 2 deletions stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"name": "prefix",
"required": true,
"type": "string",
"hidden": false,
"default": "rag-stack"
"hidden": false
},
{
"name": "secret_manager_service_plan",
Expand Down

0 comments on commit f0cd67f

Please sign in to comment.