|
295 | 295 | ], |
296 | 296 | "dependency_version_2": true, |
297 | 297 | "configuration": [ |
| 298 | + { |
| 299 | + "key": "prefix", |
| 300 | + "required": true |
| 301 | + }, |
298 | 302 | { |
299 | 303 | "key": "ibmcloud_api_key", |
300 | 304 | "required": true |
| 305 | + }, |
| 306 | + { |
| 307 | + "key": "signing_key", |
| 308 | + "display_name": "Multiline secure value", |
| 309 | + "required": false, |
| 310 | + "custom_config": { |
| 311 | + "type": "multiline_secure_value", |
| 312 | + "grouping": "deployment", |
| 313 | + "original_grouping": "deployment" |
| 314 | + } |
| 315 | + }, |
| 316 | + { |
| 317 | + "key": "region", |
| 318 | + "required": false, |
| 319 | + "options": [ |
| 320 | + { |
| 321 | + "displayname": "us-south", |
| 322 | + "value": "us-south" |
| 323 | + }, |
| 324 | + { |
| 325 | + "displayname": "eu-de", |
| 326 | + "value": "eu-de" |
| 327 | + } |
| 328 | + ] |
| 329 | + }, |
| 330 | + { |
| 331 | + "key": "resource_group_name", |
| 332 | + "required": false |
| 333 | + }, |
| 334 | + { |
| 335 | + "key": "existing_resource_group_name", |
| 336 | + "required": false |
| 337 | + }, |
| 338 | + { |
| 339 | + "key": "watsonx_admin_api_key", |
| 340 | + "required": false |
| 341 | + }, |
| 342 | + { |
| 343 | + "key": "secret_manager_service_plan", |
| 344 | + "required": false, |
| 345 | + "options": [ |
| 346 | + { |
| 347 | + "displayname": "Trial", |
| 348 | + "value": "trial" |
| 349 | + }, |
| 350 | + { |
| 351 | + "displayname": "Standard", |
| 352 | + "value": "standard" |
| 353 | + } |
| 354 | + ] |
| 355 | + }, |
| 356 | + { |
| 357 | + "key": "existing_secrets_manager_crn", |
| 358 | + "required": false |
| 359 | + }, |
| 360 | + { |
| 361 | + "key": "enable_platform_logs_metrics", |
| 362 | + "required": false |
| 363 | + }, |
| 364 | + { |
| 365 | + "key": "sample_app_git_url", |
| 366 | + "required": false |
| 367 | + }, |
| 368 | + { |
| 369 | + "key": "existing_kms_instance_crn", |
| 370 | + "required": false |
| 371 | + }, |
| 372 | + { |
| 373 | + "key": "existing_event_notification_instance_crn", |
| 374 | + "required": false |
| 375 | + }, |
| 376 | + { |
| 377 | + "key": "existing_discovery_instance_crn", |
| 378 | + "required": false |
| 379 | + }, |
| 380 | + { |
| 381 | + "key": "existing_assistant_instance_crn", |
| 382 | + "required": false |
| 383 | + }, |
| 384 | + { |
| 385 | + "key": "existing_governance_instance_crn", |
| 386 | + "required": false |
| 387 | + }, |
| 388 | + { |
| 389 | + "key": "existing_studio_instance_crn", |
| 390 | + "required": false |
| 391 | + }, |
| 392 | + { |
| 393 | + "key": "existing_machine_learning_instance_crn", |
| 394 | + "required": false |
| 395 | + }, |
| 396 | + { |
| 397 | + "key": "existing_elasticsearch_instance_crn", |
| 398 | + "required": false |
301 | 399 | } |
302 | 400 | ], |
303 | 401 | "outputs": [] |
|
551 | 649 | ], |
552 | 650 | "dependency_version_2": true, |
553 | 651 | "configuration": [ |
| 652 | + { |
| 653 | + "key": "prefix", |
| 654 | + "required": true |
| 655 | + }, |
554 | 656 | { |
555 | 657 | "key": "ibmcloud_api_key", |
556 | 658 | "required": true |
| 659 | + }, |
| 660 | + { |
| 661 | + "key": "signing_key", |
| 662 | + "display_name": "Multiline secure value", |
| 663 | + "required": false, |
| 664 | + "custom_config": { |
| 665 | + "type": "multiline_secure_value", |
| 666 | + "grouping": "deployment", |
| 667 | + "original_grouping": "deployment" |
| 668 | + } |
| 669 | + }, |
| 670 | + { |
| 671 | + "key": "region", |
| 672 | + "required": false, |
| 673 | + "options": [ |
| 674 | + { |
| 675 | + "displayname": "us-south", |
| 676 | + "value": "us-south" |
| 677 | + }, |
| 678 | + { |
| 679 | + "displayname": "eu-de", |
| 680 | + "value": "eu-de" |
| 681 | + } |
| 682 | + ] |
| 683 | + }, |
| 684 | + { |
| 685 | + "key": "resource_group_name", |
| 686 | + "required": false |
| 687 | + }, |
| 688 | + { |
| 689 | + "key": "existing_resource_group_name", |
| 690 | + "required": false |
| 691 | + }, |
| 692 | + { |
| 693 | + "key": "watsonx_admin_api_key", |
| 694 | + "required": false |
| 695 | + }, |
| 696 | + { |
| 697 | + "key": "secret_manager_service_plan", |
| 698 | + "required": false, |
| 699 | + "options": [ |
| 700 | + { |
| 701 | + "displayname": "Trial", |
| 702 | + "value": "trial" |
| 703 | + }, |
| 704 | + { |
| 705 | + "displayname": "Standard", |
| 706 | + "value": "standard" |
| 707 | + } |
| 708 | + ] |
| 709 | + }, |
| 710 | + { |
| 711 | + "key": "existing_secrets_manager_crn", |
| 712 | + "required": false |
| 713 | + }, |
| 714 | + { |
| 715 | + "key": "enable_platform_logs_metrics", |
| 716 | + "required": false |
| 717 | + }, |
| 718 | + { |
| 719 | + "key": "sample_app_git_url", |
| 720 | + "required": false |
| 721 | + }, |
| 722 | + { |
| 723 | + "key": "existing_kms_instance_crn", |
| 724 | + "required": false |
| 725 | + }, |
| 726 | + { |
| 727 | + "key": "existing_event_notification_instance_crn", |
| 728 | + "required": false |
| 729 | + }, |
| 730 | + { |
| 731 | + "key": "existing_discovery_instance_crn", |
| 732 | + "required": false |
| 733 | + }, |
| 734 | + { |
| 735 | + "key": "existing_assistant_instance_crn", |
| 736 | + "required": false |
| 737 | + }, |
| 738 | + { |
| 739 | + "key": "existing_governance_instance_crn", |
| 740 | + "required": false |
| 741 | + }, |
| 742 | + { |
| 743 | + "key": "existing_studio_instance_crn", |
| 744 | + "required": false |
| 745 | + }, |
| 746 | + { |
| 747 | + "key": "existing_machine_learning_instance_crn", |
| 748 | + "required": false |
| 749 | + }, |
| 750 | + { |
| 751 | + "key": "existing_elasticsearch_instance_crn", |
| 752 | + "required": false |
557 | 753 | } |
558 | 754 | ], |
559 | 755 | "outputs": [] |
|
0 commit comments