|
118 | 118 | "description": "This deployable architecture creates IBM Cloud Code Engine and configures the project, apps, domain mappings, secrets, configmaps, and service bindings." |
119 | 119 | } |
120 | 120 | ] |
| 121 | + }, |
| 122 | + "configuration":[ |
| 123 | + { |
| 124 | + "key": "ibmcloud_api_key" |
| 125 | + }, |
| 126 | + { |
| 127 | + "key": "provider_visibility", |
| 128 | + "options": [ |
| 129 | + { |
| 130 | + "displayname": "private", |
| 131 | + "value": "private" |
| 132 | + }, |
| 133 | + { |
| 134 | + "displayname": "public", |
| 135 | + "value": "public" |
| 136 | + }, |
| 137 | + { |
| 138 | + "displayname": "public-and-private", |
| 139 | + "value": "public-and-private" |
| 140 | + } |
| 141 | + ] |
| 142 | + }, |
| 143 | + { |
| 144 | + "key": "existing_resource_group" |
| 145 | + }, |
| 146 | + { |
| 147 | + "key": "resource_group_name" |
| 148 | + }, |
| 149 | + { |
| 150 | + "key": "region", |
| 151 | + "type": "string", |
| 152 | + "custom_config": { |
| 153 | + "type": "region", |
| 154 | + "grouping": "deployment", |
| 155 | + "original_grouping": "deployment", |
| 156 | + "config_constraints": { |
| 157 | + "showKinds": [ |
| 158 | + "region" |
| 159 | + ] |
| 160 | + } |
| 161 | + } |
| 162 | + }, |
| 163 | + { |
| 164 | + "key": "project_name" |
| 165 | + }, |
| 166 | + { |
| 167 | + "key": "existing_project_id" |
| 168 | + }, |
| 169 | + { |
| 170 | + "key": "app_name" |
| 171 | + }, |
| 172 | + { |
| 173 | + "key": "image_reference" |
| 174 | + }, |
| 175 | + { |
| 176 | + "key": "image_secret" |
| 177 | + }, |
| 178 | + { |
| 179 | + "key": "run_env_variables" |
| 180 | + }, |
| 181 | + { |
| 182 | + "key": "run_volume_mounts" |
| 183 | + }, |
| 184 | + { |
| 185 | + "key":"image_port" |
| 186 | + }, |
| 187 | + { |
| 188 | + "key":"managed_domain_mappings" |
| 189 | + }, |
| 190 | + { |
| 191 | + "key":"run_arguments" |
| 192 | + }, |
| 193 | + { |
| 194 | + "key":"run_as_user" |
| 195 | + }, |
| 196 | + { |
| 197 | + "key":"run_commands" |
| 198 | + }, |
| 199 | + { |
| 200 | + "key":"run_service_account" |
| 201 | + }, |
| 202 | + { |
| 203 | + "key":"scale_concurrency" |
| 204 | + }, |
| 205 | + { |
| 206 | + "key":"scale_concurrency_target" |
| 207 | + }, |
| 208 | + { |
| 209 | + "key":"scale_cpu_limit" |
| 210 | + }, |
| 211 | + { |
| 212 | + "key":"scale_ephemeral_storage_limit" |
| 213 | + }, |
| 214 | + { |
| 215 | + "key":"scale_initial_instances" |
| 216 | + }, |
| 217 | + { |
| 218 | + "key":"scale_max_instances" |
| 219 | + }, |
| 220 | + { |
| 221 | + "key":"scale_memory_limit" |
| 222 | + }, |
| 223 | + { |
| 224 | + "key":"scale_min_instances" |
| 225 | + }, |
| 226 | + { |
| 227 | + "key":"scale_request_timeout" |
| 228 | + }, |
| 229 | + { |
| 230 | + "key":"config_maps" |
| 231 | + }, |
| 232 | + { |
| 233 | + "key":"secrets" |
| 234 | + }, |
| 235 | + { |
| 236 | + "key":"domain_mappings" |
| 237 | + }, |
| 238 | + { |
| 239 | + "key":"bindings" |
121 | 240 | } |
| 241 | + ] |
122 | 242 | }, |
123 | 243 | { |
124 | 244 | "label": "New Code Engine projects", |
|
157 | 277 | "description": "This deployable architecture creates IBM Cloud Code Engine projects" |
158 | 278 | } |
159 | 279 | ] |
| 280 | + }, |
| 281 | + "configuration":[ |
| 282 | + { |
| 283 | + "key": "ibmcloud_api_key" |
| 284 | + }, |
| 285 | + { |
| 286 | + "key": "provider_visibility", |
| 287 | + "options": [ |
| 288 | + { |
| 289 | + "displayname": "private", |
| 290 | + "value": "private" |
| 291 | + }, |
| 292 | + { |
| 293 | + "displayname": "public", |
| 294 | + "value": "public" |
| 295 | + }, |
| 296 | + { |
| 297 | + "displayname": "public-and-private", |
| 298 | + "value": "public-and-private" |
| 299 | + } |
| 300 | + ] |
| 301 | + }, |
| 302 | + { |
| 303 | + "key": "prefix" |
| 304 | + }, |
| 305 | + { |
| 306 | + "key": "existing_resource_group" |
| 307 | + }, |
| 308 | + { |
| 309 | + "key": "resource_group_name" |
| 310 | + }, |
| 311 | + { |
| 312 | + "key": "region", |
| 313 | + "type": "string", |
| 314 | + "custom_config": { |
| 315 | + "type": "region", |
| 316 | + "grouping": "deployment", |
| 317 | + "original_grouping": "deployment", |
| 318 | + "config_constraints": { |
| 319 | + "showKinds": [ |
| 320 | + "region" |
| 321 | + ] |
| 322 | + } |
| 323 | + } |
| 324 | + }, |
| 325 | + { |
| 326 | + "key": "project_names" |
160 | 327 | } |
| 328 | + ] |
161 | 329 | } |
162 | 330 | ] |
163 | 331 | } |
|
0 commit comments