|
51 | 51 | }
|
52 | 52 | ]
|
53 | 53 | },
|
54 |
| - "dependencies": [ |
55 |
| - { |
56 |
| - "catalog_id": "f64499c8-eb50-4985-bf91-29f9e605a433", |
57 |
| - "flavors": [ |
58 |
| - "Basic-dda0" |
59 |
| - ], |
60 |
| - "id": "4460375e-8a34-46fc-9f06-0eb60e7d4f8c", |
61 |
| - "input_mapping": [ |
62 |
| - ], |
63 |
| - "name": "Testing_Gen_AI", |
64 |
| - "optional": false, |
65 |
| - "version": "^1.0.9" |
66 |
| - }, |
67 |
| - { |
68 |
| - "catalog_id": "f64499c8-eb50-4985-bf91-29f9e605a433", |
69 |
| - "flavors": [ |
70 |
| - "basic", |
71 |
| - "standard" |
72 |
| - ], |
73 |
| - "id": "8e851423-4cfc-40e7-a008-fb449d953cb9", |
74 |
| - "input_mapping": [ |
75 |
| - |
76 |
| - ], |
77 |
| - "name": "Testing_Retrieval_Augmented_Generation_Pattern_dev", |
78 |
| - "optional": false, |
79 |
| - "version": "^1.0.3" |
80 |
| - } |
81 |
| - ], |
82 |
| - "dependency_version_2": true, |
83 |
| - "configuration": [ |
84 |
| - { |
85 |
| - "key": "prefix", |
86 |
| - "type": "string", |
87 |
| - "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.", |
88 |
| - "default_value": "rag", |
89 |
| - "required": true |
90 |
| - }, |
91 |
| - { |
92 |
| - "key": "ibmcloud_api_key", |
93 |
| - "type": "password", |
94 |
| - "description": "The API Key used to provision all resources created in this solution.", |
95 |
| - "required": true |
96 |
| - }, |
97 |
| - { |
98 |
| - "key": "signing_key", |
99 |
| - "type": "password", |
100 |
| - "description": "The key used to sign the application image built by the CI pipeline deployed in this solution; please refer to the documentation at https://github.com/terraform-ibm-modules/stack-retrieval-augmented-generation/blob/main/README.md for generating the key; if not set, all resources will deploy successfully, but the initial CI pipeline execution will fail at the signing step.", |
101 |
| - "display_name": "Multiline secure value", |
102 |
| - "default_value": "replace", |
103 |
| - "required": false, |
104 |
| - "custom_config": { |
105 |
| - "type": "multiline_secure_value", |
106 |
| - "grouping": "deployment", |
107 |
| - "original_grouping": "deployment" |
108 |
| - } |
109 |
| - }, |
110 |
| - { |
111 |
| - "key": "region", |
112 |
| - "type": "string", |
113 |
| - "default_value": "us-south", |
114 |
| - "description": "The region in which all resources are deployed.", |
115 |
| - "required": false, |
116 |
| - "options": [ |
117 |
| - { |
118 |
| - "displayname": "us-south", |
119 |
| - "value": "us-south" |
120 |
| - }, |
121 |
| - { |
122 |
| - "displayname": "eu-de", |
123 |
| - "value": "eu-de" |
124 |
| - } |
125 |
| - ] |
126 |
| - }, |
127 |
| - { |
128 |
| - "key": "existing_resource_group_name", |
129 |
| - "type": "string", |
130 |
| - "default_value": "__NULL__", |
131 |
| - "description": "The name of an existing resource group that is used by this solution, takes precedence over resource_group_name. Prefix is NOT used for existing resource group. All resources created by this solution are deployed in this resource group.", |
132 |
| - "required": false |
133 |
| - } |
134 |
| - ], |
135 | 54 | "release_notes_url": "RELEASE NOTES URL",
|
136 | 55 | "outputs": [
|
137 | 56 | ],
|
138 |
| - "install_type": "extension" |
| 57 | + "install_type": "fullstack" |
139 | 58 | }
|
140 | 59 | ]
|
141 | 60 | }
|
|
0 commit comments