|
170 | 170 | "default": false,
|
171 | 171 | "custom_config": {}
|
172 | 172 | },
|
| 173 | + { |
| 174 | + "name": "create_icr_namespace", |
| 175 | + "required": false, |
| 176 | + "type": "boolean", |
| 177 | + "hidden": false, |
| 178 | + "default": true, |
| 179 | + "custom_config": {} |
| 180 | + }, |
173 | 181 | {
|
174 | 182 | "name": "create_git_token",
|
175 | 183 | "required": false,
|
|
179 | 187 | "custom_config": {}
|
180 | 188 | },
|
181 | 189 | {
|
182 |
| - "name": "repo_git_token_secret_name", |
| 190 | + "name": "force_create_standard_api_key", |
| 191 | + "required": false, |
| 192 | + "type": "boolean", |
| 193 | + "hidden": false, |
| 194 | + "default": false, |
| 195 | + "custom_config": {} |
| 196 | + }, |
| 197 | + { |
| 198 | + "name": "custom_app_repo_git_token_secret_name", |
183 | 199 | "required": false,
|
184 | 200 | "type": "string",
|
185 | 201 | "hidden": false,
|
186 | 202 | "default": "",
|
187 | 203 | "custom_config": {}
|
188 | 204 | },
|
189 | 205 | {
|
190 |
| - "name": "repo_git_token_secret_value", |
| 206 | + "name": "custom_app_repo_git_token_secret_value", |
191 | 207 | "required": false,
|
192 | 208 | "type": "password",
|
193 | 209 | "hidden": false,
|
194 | 210 | "default": "",
|
195 | 211 | "custom_config": {}
|
196 | 212 | },
|
197 | 213 | {
|
198 |
| - "name": "repo_group", |
| 214 | + "name": "custom_app_repo_group", |
| 215 | + "required": false, |
| 216 | + "type": "string", |
| 217 | + "hidden": false, |
| 218 | + "default": "", |
| 219 | + "custom_config": {} |
| 220 | + }, |
| 221 | + { |
| 222 | + "name": "custom_app_repo_git_provider", |
| 223 | + "required": false, |
| 224 | + "type": "string", |
| 225 | + "hidden": false, |
| 226 | + "default": "", |
| 227 | + "custom_config": {} |
| 228 | + }, |
| 229 | + { |
| 230 | + "name": "custom_app_repo_git_id", |
| 231 | + "required": false, |
| 232 | + "type": "string", |
| 233 | + "hidden": false, |
| 234 | + "default": "", |
| 235 | + "custom_config": {} |
| 236 | + }, |
| 237 | + { |
| 238 | + "name": "custom_app_repo_title", |
199 | 239 | "required": false,
|
200 | 240 | "type": "string",
|
201 | 241 | "hidden": false,
|
202 | 242 | "default": "",
|
203 | 243 | "custom_config": {}
|
204 | 244 | },
|
205 | 245 | {
|
206 |
| - "name": "create_icr_namespace", |
| 246 | + "name": "custom_app_repo_root_url", |
207 | 247 | "required": false,
|
208 |
| - "type": "boolean", |
| 248 | + "type": "string", |
209 | 249 | "hidden": false,
|
210 |
| - "default": true, |
| 250 | + "default": "", |
| 251 | + "custom_config": {} |
| 252 | + }, |
| 253 | + { |
| 254 | + "name": "custom_app_repo_blind_connection", |
| 255 | + "required": false, |
| 256 | + "type": "string", |
| 257 | + "hidden": false, |
| 258 | + "default": "false", |
| 259 | + "custom_config": {} |
| 260 | + }, |
| 261 | + { |
| 262 | + "name": "repo_git_token_secret_name", |
| 263 | + "required": false, |
| 264 | + "type": "string", |
| 265 | + "hidden": false, |
| 266 | + "default": "", |
| 267 | + "custom_config": {} |
| 268 | + }, |
| 269 | + { |
| 270 | + "name": "repo_git_token_secret_value", |
| 271 | + "required": false, |
| 272 | + "type": "password", |
| 273 | + "hidden": false, |
| 274 | + "default": "", |
| 275 | + "custom_config": {} |
| 276 | + }, |
| 277 | + { |
| 278 | + "name": "repo_group", |
| 279 | + "required": false, |
| 280 | + "type": "string", |
| 281 | + "hidden": false, |
| 282 | + "default": "", |
211 | 283 | "custom_config": {}
|
212 | 284 | },
|
213 | 285 | {
|
|
604 | 676 | },
|
605 | 677 | {
|
606 | 678 | "name": "8 - DevSecOps Toolchains",
|
607 |
| - "version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.1f5e0b6e-e03f-4988-8fba-6810ed59de29-global", |
| 679 | + "version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.3c90d957-c25c-4557-add9-119ab5fabc29-global", |
608 | 680 | "inputs": [
|
609 | 681 | {
|
610 | 682 | "name": "ibmcloud_api_key",
|
|
722 | 794 | "name": "create_git_token",
|
723 | 795 | "value": "ref:../../inputs/create_git_token"
|
724 | 796 | },
|
| 797 | + { |
| 798 | + "name": "force_create_standard_api_key", |
| 799 | + "value": "ref:../../inputs/force_create_standard_api_key" |
| 800 | + }, |
| 801 | + { |
| 802 | + "name": "custom_app_repo_git_token_secret_name", |
| 803 | + "value": "ref:../../inputs/custom_app_repo_git_token_secret_name" |
| 804 | + }, |
| 805 | + { |
| 806 | + "name": "custom_app_repo_git_token_secret_value", |
| 807 | + "value": "ref:../../inputs/custom_app_repo_git_token_secret_value" |
| 808 | + }, |
| 809 | + { |
| 810 | + "name": "custom_app_repo_group", |
| 811 | + "value": "ref:../../inputs/custom_app_repo_group" |
| 812 | + }, |
| 813 | + { |
| 814 | + "name": "custom_app_repo_git_provider", |
| 815 | + "value": "ref:../../inputs/custom_app_repo_git_provider" |
| 816 | + }, |
| 817 | + { |
| 818 | + "name": "custom_app_repo_git_id", |
| 819 | + "value": "ref:../../inputs/custom_app_repo_git_id" |
| 820 | + }, |
| 821 | + { |
| 822 | + "name": "custom_app_repo_title", |
| 823 | + "value": "ref:../../inputs/custom_app_repo_title" |
| 824 | + }, |
| 825 | + { |
| 826 | + "name": "custom_app_repo_root_url", |
| 827 | + "value": "ref:../../inputs/custom_app_repo_root_url" |
| 828 | + }, |
| 829 | + { |
| 830 | + "name": "custom_app_repo_blind_connection", |
| 831 | + "value": "ref:../../inputs/custom_app_repo_blind_connection" |
| 832 | + }, |
725 | 833 | {
|
726 | 834 | "name": "repo_git_token_secret_name",
|
727 | 835 | "value": "ref:../../inputs/repo_git_token_secret_name"
|
|
0 commit comments