|
44 | 44 | "description": "Configures the IBM Cloud Monitoring instance and logging agents." |
45 | 45 | }, |
46 | 46 | { |
47 | | - |
48 | 47 | "title": "Configures IBM Cloud Activity Tracker Event Routing", |
49 | 48 | "description": "Configures an IBM Cloud Activity Tracker route with a Cloud Object Storage, Log Analysis and Cloud Logs target." |
50 | 49 | } |
|
130 | 129 | "key": "resource_group_name" |
131 | 130 | }, |
132 | 131 | { |
133 | | - "key": "region", |
134 | | - "required": true, |
135 | | - "options": [ |
136 | | - { |
137 | | - "displayname": "Dallas (us-south)", |
138 | | - "value": "us-south" |
139 | | - }, |
140 | | - { |
141 | | - "displayname": "Frankfurt (eu-de)", |
142 | | - "value": "eu-de" |
143 | | - }, |
144 | | - { |
145 | | - "displayname": "London (eu-gb)", |
146 | | - "value": "eu-gb" |
147 | | - }, |
148 | | - { |
149 | | - "displayname": "Madrid (eu-es)", |
150 | | - "value": "eu-es" |
151 | | - }, |
152 | | - { |
153 | | - "displayname": "Osaka (jp-osa)", |
154 | | - "value": "jp-osa" |
155 | | - }, |
156 | | - { |
157 | | - "displayname": "Sydney (au-syd)", |
158 | | - "value": "au-syd" |
159 | | - }, |
160 | | - { |
161 | | - "displayname": "Tokyo (jp-tok)", |
162 | | - "value": "jp-tok" |
163 | | - }, |
164 | | - { |
165 | | - "displayname": "Washington (us-east)", |
166 | | - "value": "us-east" |
| 132 | + "custom_config": { |
| 133 | + "type": "region", |
| 134 | + "grouping": "deployment", |
| 135 | + "original_grouping": "deployment", |
| 136 | + "config_constraints": { |
| 137 | + "showKinds": [ |
| 138 | + "region" |
| 139 | + ] |
167 | 140 | } |
168 | | - ] |
| 141 | + }, |
| 142 | + "key": "region", |
| 143 | + "required": true |
169 | 144 | }, |
170 | 145 | { |
171 | 146 | "key": "cloud_logs_provision" |
|
533 | 508 | } |
534 | 509 | ], |
535 | 510 | "architecture": { |
536 | | - |
537 | 511 | "descriptions": "This architecture supports the deployment of IBM Log Analysis, IBM Cloud Monitoring and IBM Cloud Logs instances on IBM Cloud. It also supports the deployment of IBM Cloud Activity Tracker Event Routing to an Object Storage bucket, Log Analysis and Cloud Logs target.", |
538 | | - |
539 | 512 | "features": [ |
540 | 513 | { |
541 | 514 | "title": "Creates a Cloud Logs instance", |
|
565 | 538 | "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-observability-da/main/reference-architecture/deployable-architecture-observability-instances.svg", |
566 | 539 | "type": "image/svg+xml" |
567 | 540 | }, |
568 | | - |
569 | 541 | "description": "This architecture supports creating and configuring IBM Cloud Observability instances and IBM Cloud Activity Tracker Event Routing to an Object Storage bucket, Log Analysis and Cloud Logs instance." |
570 | | - |
571 | 542 | } |
572 | 543 | ] |
573 | 544 | } |
|
623 | 594 | }, |
624 | 595 | { |
625 | 596 | "key": "cluster_config_endpoint_type", |
626 | | - "options":[ |
| 597 | + "options": [ |
627 | 598 | { |
628 | | - "displayname" : "default", |
629 | | - "value" : "default" |
| 599 | + "displayname": "default", |
| 600 | + "value": "default" |
630 | 601 | }, |
631 | 602 | { |
632 | | - "displayname" : "private", |
633 | | - "value" : "private" |
| 603 | + "displayname": "private", |
| 604 | + "value": "private" |
634 | 605 | }, |
635 | 606 | { |
636 | | - "displayname" : "vpe", |
637 | | - "value" : "vpe" |
| 607 | + "displayname": "vpe", |
| 608 | + "value": "vpe" |
638 | 609 | }, |
639 | 610 | { |
640 | 611 | "displayname": "link", |
|
671 | 642 | }, |
672 | 643 | { |
673 | 644 | "key": "log_analysis_endpoint_type", |
674 | | - "options":[ |
| 645 | + "options": [ |
675 | 646 | { |
676 | | - "displayname" : "private", |
677 | | - "value" : "private" |
| 647 | + "displayname": "private", |
| 648 | + "value": "private" |
678 | 649 | }, |
679 | 650 | { |
680 | | - "displayname" : "public", |
681 | | - "value" : "public" |
| 651 | + "displayname": "public", |
| 652 | + "value": "public" |
682 | 653 | } |
683 | 654 | ] |
684 | 655 | }, |
|
712 | 683 | }, |
713 | 684 | { |
714 | 685 | "key": "cloud_monitoring_endpoint_type", |
715 | | - "options":[ |
| 686 | + "options": [ |
716 | 687 | { |
717 | | - "displayname" : "private", |
718 | | - "value" : "private" |
| 688 | + "displayname": "private", |
| 689 | + "value": "private" |
719 | 690 | }, |
720 | 691 | { |
721 | | - "displayname" : "public", |
722 | | - "value" : "public" |
| 692 | + "displayname": "public", |
| 693 | + "value": "public" |
723 | 694 | } |
724 | 695 | ] |
725 | 696 | }, |
|
0 commit comments