| 
133 | 133 | 						{  | 
134 | 134 | 							"key": "prefix",  | 
135 | 135 | 							"type": "string",  | 
 | 136 | +							"default_value": "rag",  | 
 | 137 | +							"description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account.",  | 
136 | 138 | 							"required": true  | 
137 | 139 | 						},  | 
138 | 140 | 						{  | 
139 |  | -							"name": "ibmcloud_api_key",  | 
140 |  | -							"required": true,  | 
141 |  | -							"type": "password",  | 
142 |  | -							"hidden": false  | 
 | 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  | 
143 | 146 | 						},  | 
144 | 147 | 						{  | 
145 |  | -							"name": "watsonx_admin_api_key",  | 
146 |  | -							"required": false,  | 
 | 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 | +						},  | 
 | 154 | +						{  | 
 | 155 | +							"key": "ibmcloud_api_key",  | 
147 | 156 | 							"type": "password",  | 
148 |  | -							"hidden": false  | 
 | 157 | +							"description": "The API Key used to provision all resources created in this solution.",  | 
 | 158 | +							"required": true  | 
149 | 159 | 						},  | 
150 | 160 | 						{  | 
151 |  | -							"name": "resource_group_name",  | 
152 |  | -							"required": false,  | 
 | 161 | +							"key": "region",  | 
153 | 162 | 							"type": "string",  | 
154 |  | -							"hidden": false,  | 
155 |  | -							"default_value": "stack-service-rg"  | 
 | 163 | +							"default_value": "us-south",  | 
 | 164 | +							"description": "The region in which all resources are deployed.",  | 
 | 165 | +							"required": false,  | 
 | 166 | +							"options": [  | 
 | 167 | +								{  | 
 | 168 | +									"displayname": "Option 1",  | 
 | 169 | +									"value": "us-south"  | 
 | 170 | +								},  | 
 | 171 | +								{  | 
 | 172 | +									"displayname": "Option 2",  | 
 | 173 | +									"value": "eu-de"  | 
 | 174 | +								}  | 
 | 175 | +							]  | 
156 | 176 | 						},  | 
157 | 177 | 						{  | 
158 |  | -							"name": "region",  | 
159 |  | -							"required": false,  | 
 | 178 | +							"key": "resource_group_name",  | 
160 | 179 | 							"type": "string",  | 
161 |  | -							"hidden": false,  | 
162 |  | -							"default": "us-south"  | 
 | 180 | +							"default_value": "__NULL__",  | 
 | 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. ",  | 
 | 182 | +							"required": false  | 
163 | 183 | 						},  | 
164 | 184 | 						{  | 
165 |  | -							"name": "sample_app_git_url",  | 
166 |  | -							"required": false,  | 
 | 185 | +							"key": "sample_app_git_url",  | 
167 | 186 | 							"type": "string",  | 
168 |  | -							"hidden": false,  | 
169 |  | -							"default_value": "https://github.com/IBM/gen-ai-rag-watsonx-sample-application"  | 
 | 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.",  | 
 | 189 | +							"required": false  | 
170 | 190 | 						},  | 
171 | 191 | 						{  | 
172 |  | -							"name": "signing_key",  | 
 | 192 | +							"key": "secret_manager_service_plan",  | 
 | 193 | +							"type": "string",  | 
 | 194 | +							"default_value": "trial",  | 
 | 195 | +							"description": "The service/pricing plan to use when provisioning a new Secrets Manager instance. Allowed values: 'standard' and 'trial'. Only one trial instance is allowed per account.",  | 
173 | 196 | 							"required": false,  | 
 | 197 | +							"options": [  | 
 | 198 | +								{  | 
 | 199 | +									"displayname": "Option 1",  | 
 | 200 | +									"value": "trial"  | 
 | 201 | +								},  | 
 | 202 | +								{  | 
 | 203 | +									"displayname": "Option 2",  | 
 | 204 | +									"value": "standard"  | 
 | 205 | +								}  | 
 | 206 | +							]  | 
 | 207 | +						},  | 
 | 208 | +						{  | 
 | 209 | +							"key": "signing_key",  | 
174 | 210 | 							"type": "password",  | 
175 |  | -							"hidden": false,  | 
176 |  | -							"default_value": "replace"  | 
 | 211 | +							"description": "The key used to sign the application image built by the CI pipeline deployed in this solution.",  | 
 | 212 | +							"required": false  | 
177 | 213 | 						},  | 
178 | 214 | 						{  | 
179 |  | -							"name": "enable_platform_logs_metrics",  | 
180 |  | -							"required": false,  | 
181 |  | -							"type": "boolean",  | 
182 |  | -							"hidden": false,  | 
183 |  | -							"default_value": false  | 
 | 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.",  | 
 | 218 | +							"required": false  | 
184 | 219 | 						}  | 
185 | 220 | 					],  | 
186 | 221 | 					"install_type": "fullstack"  | 
 | 
0 commit comments