Skip to content

Commit b7c3a36

Browse files
committed
feat: reordering of the inputs
1 parent 9fe50ac commit b7c3a36

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

ibm_catalog.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -134,23 +134,9 @@
134134
"key": "prefix",
135135
"type": "string",
136136
"default_value": "sample",
137-
"description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account.",
137+
"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.",
138138
"required": true
139139
},
140-
{
141-
"key": "enable_platform_logs_metrics",
142-
"type": "boolean",
143-
"default_value": false,
144-
"description": "Whether to provision logging and monitoring instances are configured to receive all platform logs and metrics in the target region. There can only be one instance per region provisioned for platform logs/metrics.",
145-
"required": false
146-
},
147-
{
148-
"key": "existing_secrets_manager_crn",
149-
"type": "string",
150-
"default_value": "__NULL__",
151-
"description": "The CRN of an existing secret manager instance to use in this solution. If not set, a new secret manager instance is provisioned. ",
152-
"required": false
153-
},
154140
{
155141
"key": "ibmcloud_api_key",
156142
"type": "password",
@@ -175,17 +161,15 @@
175161
]
176162
},
177163
{
178-
"key": "resource_group_name",
179-
"type": "string",
180-
"default_value": "rag-services",
181-
"description": "The name of the resource group that is created by this solution. The actual name is prefixed with the value of the input 'prefix'. All resources created by this solution are deployed in this resource group. ",
164+
"key": "signing_key",
165+
"type": "password",
166+
"description": "The key used to sign the application image built by the CI pipeline deployed in this solution.",
182167
"required": false
183168
},
184169
{
185-
"key": "sample_app_git_url",
186-
"type": "string",
187-
"default_value": "https://github.com/IBM/gen-ai-rag-watsonx-sample-application",
188-
"description": "The URL to the public git repository containing the sample rag application code.",
170+
"key": "watsonx_admin_api_key",
171+
"type": "password",
172+
"description": "The API Key used to provision the watson project resources. If not set, the ibmcloud_api_key is used.",
189173
"required": false
190174
},
191175
{
@@ -206,15 +190,31 @@
206190
]
207191
},
208192
{
209-
"key": "signing_key",
210-
"type": "password",
211-
"description": "The key used to sign the application image built by the CI pipeline deployed in this solution.",
193+
"key": "resource_group_name",
194+
"type": "string",
195+
"default_value": "rag-services",
196+
"description": "The name of the resource group that is created by this solution. The actual name is prefixed with the value of the input 'prefix'. All resources created by this solution are deployed in this resource group. ",
212197
"required": false
213198
},
214199
{
215-
"key": "watsonx_admin_api_key",
216-
"type": "password",
217-
"description": "The API Key used to provision the watson project resources. If not set, the ibmcloud_api_key is used.",
200+
"key": "enable_platform_logs_metrics",
201+
"type": "boolean",
202+
"default_value": false,
203+
"description": "Whether to provision logging and monitoring instances are configured to receive all platform logs and metrics in the target region. There can only be one instance per region provisioned for platform logs/metrics.",
204+
"required": false
205+
},
206+
{
207+
"key": "existing_secrets_manager_crn",
208+
"type": "string",
209+
"default_value": "__NULL__",
210+
"description": "The CRN of an existing secret manager instance to use in this solution. If not set, a new secret manager instance is provisioned. ",
211+
"required": false
212+
},
213+
{
214+
"key": "sample_app_git_url",
215+
"type": "string",
216+
"default_value": "https://github.com/IBM/gen-ai-rag-watsonx-sample-application",
217+
"description": "The URL to the public git repository containing the sample rag application code.",
218218
"required": false
219219
}
220220
],

0 commit comments

Comments
 (0)