|
128 | 128 | { |
129 | 129 | "key": "tags" |
130 | 130 | }, |
| 131 | + { |
| 132 | + "key": "access_tags" |
| 133 | + }, |
131 | 134 | { |
132 | 135 | "key": "existing_kms_instance_crn", |
133 | 136 | "required": true |
|
154 | 157 | ] |
155 | 158 | }, |
156 | 159 | { |
| 160 | + "displayname": "Existing Key Management Service root key CRN", |
157 | 161 | "key": "existing_kms_root_key_crn" |
158 | 162 | }, |
159 | 163 | { |
| 164 | + "displayname": "Key Management Service endpoint type", |
160 | 165 | "key": "kms_endpoint_type", |
161 | 166 | "options": [ |
162 | 167 | { |
|
176 | 181 | "key": "en_key_name" |
177 | 182 | }, |
178 | 183 | { |
| 184 | + "displayname": "Cloud Object Storage key ring name", |
179 | 185 | "key": "cos_key_ring_name" |
180 | 186 | }, |
181 | 187 | { |
| 188 | + "displayname": "Cloud Object Storage key name", |
182 | 189 | "key": "cos_key_name" |
183 | 190 | }, |
184 | 191 | { |
| 192 | + "displayname": "Skip Event Notification Key Management Service auth policy", |
185 | 193 | "key": "skip_en_kms_auth_policy" |
186 | 194 | }, |
187 | 195 | { |
| 196 | + "displayname": "IBM Cloud Key Management Service apikey", |
188 | 197 | "key": "ibmcloud_kms_api_key" |
189 | 198 | }, |
190 | 199 | { |
| 200 | + "displayname": "Existing Cloud Object Storage instance CRN", |
191 | 201 | "key": "existing_cos_instance_crn" |
192 | 202 | }, |
193 | 203 | { |
| 204 | + "displayname": "Existing Cloud Object Storage bucket name", |
194 | 205 | "key": "existing_cos_bucket_name" |
195 | 206 | }, |
196 | 207 | { |
| 208 | + "displayname": "Cloud Object Storage bucket name", |
197 | 209 | "key": "cos_bucket_name" |
198 | 210 | }, |
199 | 211 | { |
| 212 | + "displayname": "Skip Event Notifications Cloud Object Storage auth policy", |
200 | 213 | "key": "skip_en_cos_auth_policy" |
201 | 214 | }, |
202 | 215 | { |
| 216 | + "displayname": "Skip Cloud Object Storage Key Management Service auth policy", |
203 | 217 | "key": "skip_cos_kms_auth_policy" |
204 | 218 | }, |
205 | 219 | { |
| 220 | + "displayname": "Cloud Object Storage instance name", |
206 | 221 | "key": "cos_instance_name" |
207 | 222 | }, |
208 | 223 | { |
| 224 | + "displayname": "Cloud Object Storage instance tags", |
209 | 225 | "key": "cos_instance_tags" |
210 | 226 | }, |
211 | 227 | { |
| 228 | + "displayname": "Cloud Object Storage instance access tags", |
212 | 229 | "key": "cos_instance_access_tags" |
213 | 230 | }, |
214 | 231 | { |
215 | 232 | "key": "add_bucket_name_suffix" |
216 | 233 | }, |
217 | 234 | { |
| 235 | + "displayname": "Cloud Object Storage plan", |
218 | 236 | "key": "cos_plan", |
219 | 237 | "options": [ |
220 | 238 | { |
|
235 | 253 | "key": "cross_region_location" |
236 | 254 | }, |
237 | 255 | { |
| 256 | + "displayname": "Cloud Object Storage bucket region", |
238 | 257 | "key": "cos_bucket_region" |
239 | 258 | }, |
240 | 259 | { |
|
261 | 280 | ] |
262 | 281 | }, |
263 | 282 | { |
| 283 | + "displayname": "Existing Cloud Object Storage endpoint", |
264 | 284 | "key": "existing_cos_endpoint" |
265 | 285 | }, |
266 | 286 | { |
|
280 | 300 | ] |
281 | 301 | }, |
282 | 302 | { |
| 303 | + "displayname": "Skip Event Notification Secrets Manager auth policy", |
283 | 304 | "key": "skip_en_sm_auth_policy" |
284 | 305 | }, |
285 | 306 | { |
|
292 | 313 | "key": "existing_monitoring_crn" |
293 | 314 | }, |
294 | 315 | { |
| 316 | + "displayname": "Existing Event Notifications instance CRN", |
295 | 317 | "key": "existing_en_instance_crn" |
296 | 318 | }, |
297 | 319 | { |
|
444 | 466 | "description": "CRN of existing Event Notifications instance, set if using an existing Event Notifications instance" |
445 | 467 | }, |
446 | 468 | { |
447 | | - "key": "key_management_service_encryption_enabled", |
| 469 | + "displayname": "Key Management Service encryption enabled", |
| 470 | + "key": "kms_encryption_enabled", |
448 | 471 | "description": "Set to true to enable encryption on Event Notifications instance and Cloud Object Storage bucket." |
449 | 472 | }, |
450 | 473 | { |
451 | | - "key": "existing_key_management_service_instance_crn", |
| 474 | + "displayname": "Existing Key Management Service instance CRN", |
| 475 | + "key": "existing_kms_instance_crn", |
452 | 476 | "description": "CRN of existing Key Management Service instance. Required if setting 'key_management_service_encryption_enabled' to 'true'." |
453 | 477 | }, |
454 | 478 | { |
455 | | - "key": "key_management_service_endpoint_url", |
| 479 | + "displayname": "Key Management Service endpoint url", |
| 480 | + "key": "kms_endpoint_url", |
456 | 481 | "description": "Endpoint URL of existing Key Management Service instance. Required if setting 'key_management_service_encryption_enabled' to 'true'." |
457 | 482 | }, |
458 | 483 | { |
459 | | - "key": "existing_key_management_service_root_key_crn", |
| 484 | + "displayname": "Existing Key Management Service root key CRN", |
| 485 | + "key": "existing_kms_root_key_crn", |
460 | 486 | "description": "CRN of existing root key to be used in existing Key Management Service instance. To use 'key_management_service_encryption_enabled' must be enabled." |
461 | 487 | }, |
462 | 488 | { |
463 | | - "key": "existing_key_management_service_key_name", |
| 489 | + "displayname": "Exsiting Key Management Service key name", |
| 490 | + "key": "existing_kms_key_name", |
464 | 491 | "description": "Name of existing root key to be used in existing Key Management Service instance. To use 'existing_key_management_service_root_key_crn' must be set." |
465 | 492 | }, |
466 | 493 | { |
467 | | - "key": "key_management_service_endpoint_type", |
| 494 | + "displayname": "Key Management Service endpoint type", |
| 495 | + "key": "kms_endpoint_type", |
468 | 496 | "description": "The type of the endpoint that is used for communicating with the KMS instance. Possible values: `public` or `private` (default). Only used if not supplying an existing root key.", |
469 | 497 | "options": [ |
470 | 498 | { |
|
501 | 529 | "key": "event_notifications_key_ring_name" |
502 | 530 | }, |
503 | 531 | { |
504 | | - "key": "cloud_object_storage_key_ring_name" |
| 532 | + "displayname": "Cloud Object Storage key ring name", |
| 533 | + "key": "cos_key_ring_name" |
505 | 534 | }, |
506 | 535 | { |
507 | | - "key": "cloud_object_storage_key_name" |
| 536 | + "displayname": "Cloud Object Storage key name", |
| 537 | + "key": "cos_key_name" |
508 | 538 | }, |
509 | 539 | { |
510 | | - "key": "skip_event_notifications_key_management_service_auth_policy" |
| 540 | + "displayname": "Skip Event Notifications Key Management Service auth policy", |
| 541 | + "key": "skip_event_notifications_kms_auth_policy" |
511 | 542 | }, |
512 | 543 | { |
513 | | - "key": "ibmcloud_key_management_service_api_key" |
| 544 | + "displayname": "IBM Cloud Key Management Service apikey", |
| 545 | + "key": "ibmcloud_kms_api_key" |
514 | 546 | }, |
515 | 547 | { |
516 | | - "key" : "cloud_object_storage_integration_enabled", |
| 548 | + "displayname": "Cloud Object Storage integration enabled", |
| 549 | + "key" : "cos_integration_enabled", |
517 | 550 | "description" : "Set to 'true' to enable Cloud Object Storage integration with the Event Notification instance." |
518 | 551 | }, |
519 | 552 | { |
520 | | - "key": "existing_cloud_object_storage_instance_crn", |
| 553 | + "displayname": "Existing Cloud Object Storage instance CRN", |
| 554 | + "key": "existing_cos_instance_crn", |
521 | 555 | "description" : "Existing Cloud Object Storage instance CRN. Required if 'cloud_object_storage_integration_enabled' is set to 'true'." |
522 | 556 | }, |
523 | 557 | { |
524 | | - "key": "existing_cloud_object_storage_bucket_name", |
| 558 | + "displayname": "Existing Cloud Object Storage bucket name", |
| 559 | + "key": "existing_cos_bucket_name", |
525 | 560 | "description" : "Existing bucket in an existing Cloud Object Storage instance." |
526 | 561 | }, |
527 | 562 | { |
528 | | - "key": "existing_cloud_object_storage_endpoint", |
| 563 | + "displayname": "Existing Cloud Object Storage endpoint", |
| 564 | + "key": "existing_cos_endpoint", |
529 | 565 | "description" : "The endpoint URL for your bucket region. [Learn more](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-endpoints). Only required if using an existing bucket with the `existing_cloud_object_storage_bucket_name` variable." |
530 | 566 | }, |
531 | 567 | { |
532 | | - "key": "cloud_object_storage_bucket_name", |
| 568 | + "displayname": "Cloud Object Storage bucket name", |
| 569 | + "key": "cos_bucket_name", |
533 | 570 | "description" : "Name of Cloud Object Storage bucket to be created." |
534 | 571 | }, |
535 | 572 | { |
536 | | - "key": "key_management_service_encryption_enabled_bucket", |
| 573 | + "displayname": "Key Management Service encryption enabled bucket", |
| 574 | + "key": "kms_encryption_enabled_bucket", |
537 | 575 | "description" : "Set to true to enable Key Protect encryption on Cloud Object Storage bucket." |
538 | 576 | }, |
539 | 577 | { |
540 | | - "key": "cloud_object_storage_bucket_class", |
| 578 | + "displayname": "Cloud Object Storage bucket class", |
| 579 | + "key": "cos_bucket_class", |
541 | 580 | "description" : "The storage class of the newly provisioned Cloud Object Storage bucket. Specify one of the following values for the storage class: `standard` (default), `vault`, `cold`, `smart`, or `onerate_active`." |
542 | 581 | }, |
543 | 582 | { |
544 | | - "key": "skip_event_notifications_cloud_object_storage_auth_policy" |
| 583 | + "displayname": "Skip Event Notifications Cloud Object Storage auth policy", |
| 584 | + "key": "skip_event_notifications_cos_auth_policy" |
545 | 585 | }, |
546 | 586 | { |
547 | | - "key": "skip_cloud_object_storage_key_protect_auth_policy" |
| 587 | + "displayname": "Skip Cloud Object Storage Key Management Service auth policy", |
| 588 | + "key": "skip_cos_kms_auth_policy" |
548 | 589 | }, |
549 | 590 |
|
550 | 591 | { |
551 | 592 | "key": "cross_region_location" |
552 | 593 | }, |
553 | 594 | { |
554 | | - "key": "cloud_object_storage_bucket_region" |
| 595 | + "displayname": "Cloud Object Storage region", |
| 596 | + "key": "cos_bucket_region" |
555 | 597 | }, |
556 | 598 | { |
557 | 599 | "key": "management_endpoint_type_for_bucket", |
|
0 commit comments