|
80 | 80 | }
|
81 | 81 | ],
|
82 | 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 | + ], |
83 | 135 | "release_notes_url": "RELEASE NOTES URL",
|
84 | 136 | "outputs": [
|
85 | 137 | ],
|
|
0 commit comments