| 
22 | 22 |       ],  | 
23 | 23 |       "provider_name": "IBM",  | 
24 | 24 |       "short_description": "Deploys IBM Monitoring Agent to a cluster",  | 
25 |  | -      "long_description": "Solution that supports deploying an IBM Monitoring Agent.",  | 
 | 25 | +      "long_description": "Solution that supports deploying an IBM Monitoring Agent to a cluster. The agent facilitates [IBM Cloud Monitoring](https://www.ibm.com/products/cloud-monitoring) in gaining operational visibility into the performance and health of your applications, services, and platforms.",  | 
26 | 26 |       "offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-monitoring-agent/blob/main/solutions/fully-configurable/README.md",  | 
27 | 27 |       "offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-monitoring-agent/main/images/monitoring-icon.svg",  | 
28 | 28 |       "support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in the repository [https://github.com/terraform-ibm-modules/terraform-ibm-monitoring-agent/issues](https://github.com/terraform-ibm-modules/terraform-ibm-monitoring-agent/issues). Please note this product is not supported via the IBM Cloud Support Center.",  | 
29 | 29 |       "flavors": [  | 
30 | 30 |         {  | 
31 | 31 |           "label": "Fully Configurable",  | 
32 | 32 |           "name": "fully-configurable",  | 
 | 33 | +          "index": 1,  | 
33 | 34 |           "working_directory": "solutions/fully-configurable",  | 
34 | 35 |           "iam_permissions": [  | 
35 | 36 |             {  | 
 | 
181 | 182 |               "key": "agent_limits_memory"  | 
182 | 183 |             },  | 
183 | 184 |             {  | 
184 |  | -              "key": "tolerations"  | 
 | 185 | +              "key": "tolerations",  | 
 | 186 | +              "type": "array",  | 
 | 187 | +              "custom_config": {  | 
 | 188 | +                "type": "textarea",  | 
 | 189 | +                "grouping": "deployment",  | 
 | 190 | +                "original_grouping": "deployment"  | 
 | 191 | +              }  | 
185 | 192 |             },  | 
186 | 193 |             {  | 
187 | 194 |               "key": "cloud_monitoring_instance_endpoint_type",  | 
 | 
200 | 207 |               "key": "blacklisted_ports"  | 
201 | 208 |             },  | 
202 | 209 |             {  | 
203 |  | -              "key": "metrics_filter"  | 
 | 210 | +              "key": "metrics_filter",  | 
 | 211 | +              "type": "array",  | 
 | 212 | +              "custom_config": {  | 
 | 213 | +                "type": "textarea",  | 
 | 214 | +                "grouping": "deployment",  | 
 | 215 | +                "original_grouping": "deployment"  | 
 | 216 | +              }  | 
204 | 217 |             },  | 
205 | 218 |             {  | 
206 | 219 |               "key": "cluster_config_endpoint_type",  | 
 | 
0 commit comments