|
21 | 21 | "cache", |
22 | 22 | "in memory" |
23 | 23 | ], |
24 | | - "short_description": "Creates and configures an instance of IBM Cloud Databases for RabbitMQ.", |
25 | | - "long_description": "This architecture supports creating and configuring an instance of Databases for RabbitMQ with KMS encryption. RabbitMQ routes messages between microservices for modern applications. [Messages for RabbitMQ](https://www.ibm.com/products/messages-for-rabbitmq) makes RabbitMQ even better by managing it for you. Features include high availability, automated backup orchestration, autoscaling, and de-coupled allocation of storage, RAM, and vCPUs. Messages for RabbitMQ pricing is based on underlying disk, RAM, and optional vCPU allocation, as well as backup storage usage. The service is HIPAA-Ready and compliant with PCI-DSS, SOC 1 Type 2, SOC 2 Type 2, ISO 27001, ISO 27017, ISO 27018, ISO 27701, and GDPR. You can also learn more by viewing docs, API docs, and terms.\n\nℹ️ This Terraform-based automation is part of a broader suite of IBM-maintained Infrastructure as Code (IaC) assets, each following the naming pattern \"Cloud automation for servicename\" and focusing on single IBM Cloud service. These single-service deployable architectures can be used on their own to streamline and automate service deployments through an [IaC approach](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-understanding-projects), or assembled together into a broader [automated IaC stack](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-config-stack) to automate the deployment of an end-to-end solution architecture.", |
| 24 | + "short_description": "Creates and configures an instance of IBM Cloud Messages for RabbitMQ.", |
| 25 | + "long_description": "This architecture supports creating and configuring an instance of Messages for RabbitMQ with KMS encryption. RabbitMQ routes messages between microservices for modern applications. [Messages for RabbitMQ](https://www.ibm.com/products/messages-for-rabbitmq) makes RabbitMQ even better by managing it for you. Features include high availability, automated backup orchestration, autoscaling, and de-coupled allocation of storage, RAM, and vCPUs. Messages for RabbitMQ pricing is based on underlying disk, RAM, and optional vCPU allocation, as well as backup storage usage. The service is HIPAA-Ready and compliant with PCI-DSS, SOC 1 Type 2, SOC 2 Type 2, ISO 27001, ISO 27017, ISO 27018, ISO 27701, and GDPR. You can also learn more by viewing docs, API docs, and terms.\n\nℹ️ This Terraform-based automation is part of a broader suite of IBM-maintained Infrastructure as Code (IaC) assets, each following the naming pattern \"Cloud automation for servicename\" and focusing on single IBM Cloud service. These single-service deployable architectures can be used on their own to streamline and automate service deployments through an [IaC approach](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-understanding-projects), or assembled together into a broader [automated IaC stack](https://cloud.ibm.com/docs/secure-enterprise?topic=secure-enterprise-config-stack) to automate the deployment of an end-to-end solution architecture.", |
26 | 26 | "offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-icd-rabbitmq/blob/main/README.md", |
27 | 27 | "offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-icd-rabbitmq/main/images/rabbitmq_icon.svg", |
28 | 28 | "provider_name": "IBM", |
|
256 | 256 | { |
257 | 257 | "key": "auto_scaling" |
258 | 258 | }, |
| 259 | + { |
| 260 | + "key": "configuration", |
| 261 | + "custom_config": { |
| 262 | + "type": "code_editor", |
| 263 | + "grouping": "deployment", |
| 264 | + "original_grouping": "deployment" |
| 265 | + } |
| 266 | + }, |
259 | 267 | { |
260 | 268 | "key": "service_endpoints", |
261 | 269 | "options": [ |
|
283 | 291 | "key": "version_upgrade_skip_backup" |
284 | 292 | }, |
285 | 293 | { |
286 | | - "key": "service_credential_names" |
| 294 | + "key": "service_credential_names", |
| 295 | + "custom_config": { |
| 296 | + "type": "code_editor", |
| 297 | + "grouping": "deployment", |
| 298 | + "original_grouping": "deployment" |
| 299 | + } |
287 | 300 | }, |
288 | 301 | { |
289 | 302 | "key": "service_credential_secrets", |
|
383 | 396 | "key": "existing_rabbitmq_instance_crn" |
384 | 397 | }, |
385 | 398 | { |
386 | | - "key": "configuration" |
387 | | - }, |
388 | | - { |
389 | | - "key": "cbr_rules" |
| 399 | + "key": "cbr_rules", |
| 400 | + "type": "array", |
| 401 | + "custom_config": { |
| 402 | + "type": "code_editor", |
| 403 | + "grouping": "deployment", |
| 404 | + "original_grouping": "deployment" |
| 405 | + } |
390 | 406 | } |
391 | 407 | ], |
392 | 408 | "terraform_version": "1.10.5" |
|
583 | 599 | { |
584 | 600 | "key": "auto_scaling" |
585 | 601 | }, |
| 602 | + { |
| 603 | + "key": "configuration", |
| 604 | + "custom_config": { |
| 605 | + "type": "code_editor", |
| 606 | + "grouping": "deployment", |
| 607 | + "original_grouping": "deployment" |
| 608 | + } |
| 609 | + }, |
586 | 610 | { |
587 | 611 | "key": "deletion_protection" |
588 | 612 | }, |
589 | 613 | { |
590 | 614 | "key": "timeouts_update" |
591 | 615 | }, |
592 | 616 | { |
593 | | - "key": "service_credential_names" |
| 617 | + "key": "service_credential_names", |
| 618 | + "custom_config": { |
| 619 | + "type": "code_editor", |
| 620 | + "grouping": "deployment", |
| 621 | + "original_grouping": "deployment" |
| 622 | + } |
594 | 623 | }, |
595 | 624 | { |
596 | 625 | "key": "service_credential_secrets", |
|
657 | 686 | "key": "existing_rabbitmq_instance_crn" |
658 | 687 | }, |
659 | 688 | { |
660 | | - "key": "configuration" |
661 | | - }, |
662 | | - { |
663 | | - "key": "cbr_rules" |
| 689 | + "key": "cbr_rules", |
| 690 | + "type": "array", |
| 691 | + "custom_config": { |
| 692 | + "type": "code_editor", |
| 693 | + "grouping": "deployment", |
| 694 | + "original_grouping": "deployment" |
| 695 | + } |
664 | 696 | } |
665 | 697 | ], |
666 | 698 | "terraform_version": "1.10.5" |
|
0 commit comments