|
29 | 29 | "title": "Creates a Secrets Manager instance.", |
30 | 30 | "description": "Creates an IBM Secrets Manager instance." |
31 | 31 | }, |
| 32 | + { |
| 33 | + "title": "Create secret groups.", |
| 34 | + "description": "Optionally create secret groups inside your IBM Secrets Manager instance." |
| 35 | + }, |
| 36 | + { |
| 37 | + "title": "Create access groups for your secret groups.", |
| 38 | + "description": "Optionally create access groups for the secret groups inside your IBM Secrets Manager instance." |
| 39 | + }, |
32 | 40 | { |
33 | 41 | "title": "Optionally configure an IBM Secrets Manager IAM credentials engine to an IBM Secrets Manager instance.", |
34 | 42 | "description": "Optionally configure an IBM Secrets Manager IAM credentials engine to an IBM Secrets Manager instance." |
|
134 | 142 | "key": "existing_resource_group_name", |
135 | 143 | "required": true, |
136 | 144 | "custom_config": { |
137 | | - "type": "resource_group", |
138 | | - "grouping": "deployment", |
139 | | - "original_grouping": "deployment", |
140 | | - "config_constraints": { |
141 | | - "identifier": "rg_name" |
142 | | - } |
| 145 | + "type": "resource_group", |
| 146 | + "grouping": "deployment", |
| 147 | + "original_grouping": "deployment", |
| 148 | + "config_constraints": { |
| 149 | + "identifier": "rg_name" |
| 150 | + } |
143 | 151 | } |
144 | 152 | }, |
145 | 153 | { |
|
169 | 177 | "config_constraints": { |
170 | 178 | "type": "string" |
171 | 179 | } |
172 | | - } |
| 180 | + } |
173 | 181 | }, |
174 | 182 | { |
175 | 183 | "key": "service_plan", |
|
252 | 260 | }, |
253 | 261 | { |
254 | 262 | "key": "secrets_manager_cbr_rules" |
| 263 | + }, |
| 264 | + { |
| 265 | + "key": "secret_groups" |
255 | 266 | } |
256 | 267 | ], |
257 | 268 | "architecture": { |
|
401 | 412 | "config_constraints": { |
402 | 413 | "type": "string" |
403 | 414 | } |
404 | | - } |
| 415 | + } |
405 | 416 | }, |
406 | 417 | { |
407 | 418 | "key": "service_plan", |
|
423 | 434 | "key": "existing_resource_group_name", |
424 | 435 | "required": true, |
425 | 436 | "custom_config": { |
426 | | - "type": "resource_group", |
427 | | - "grouping": "deployment", |
428 | | - "original_grouping": "deployment", |
429 | | - "config_constraints": { |
430 | | - "identifier": "rg_name" |
431 | | - } |
| 437 | + "type": "resource_group", |
| 438 | + "grouping": "deployment", |
| 439 | + "original_grouping": "deployment", |
| 440 | + "config_constraints": { |
| 441 | + "identifier": "rg_name" |
| 442 | + } |
432 | 443 | } |
433 | 444 | }, |
434 | 445 | { |
|
463 | 474 | }, |
464 | 475 | { |
465 | 476 | "key": "secrets_manager_cbr_rules" |
| 477 | + }, |
| 478 | + { |
| 479 | + "key": "secret_groups" |
466 | 480 | } |
467 | 481 | ], |
468 | 482 | "architecture": { |
|
0 commit comments