|
20 | 20 | "IaC", |
21 | 21 | "infrastructure as code" |
22 | 22 | ], |
23 | | - "short_description": "Creates and configures an App Configuration service on IBM Cloud with optional integration of cloud logs, monitoring and activity tracker event rounting.", |
| 23 | + "short_description": "Creates and configures an App Configuration service with optional integration of Cloud Logs, Monitoring and Activity Tracker Event Routing", |
24 | 24 | "long_description": "This deployable architecture automates the provisioning of IBM Cloud App Configuration along with initial collection to help you manage feature flags and dynamic properties at scale. It also includes support for configuration aggregators, enabling centralized monitoring and management of configurations across multiple App Configuration instances. It simplifies onboarding by preconfiguring key resources and provides support for defining context-based restrictions (CBR) to enhance security and control access based on network policies. Ideal for teams adopting feature flagging, experimentation, or remote configuration strategies in cloud-native applications, this solution accelerates setup while following IBM Cloud best practices. Refer [this](https://cloud.ibm.com/docs/app-configuration) for more information.\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.", |
25 | 25 | "offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-app-configuration/blob/main/README.md", |
26 | 26 | "offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-app-configuration/main/images/app_config-icon.png", |
|
313 | 313 | "crn:v1:bluemix:public:iam::::role:Editor" |
314 | 314 | ], |
315 | 315 | "service_name": "atracker", |
316 | | - "notes": "[Optional] Required to deploy Cloud automation for Activity Tracker Event Routing." |
| 316 | + "notes": "[Optional] Required when enabling the Activity Tracker Event Routing." |
317 | 317 | }, |
318 | 318 | { |
319 | 319 | "role_crns": [ |
320 | 320 | "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
321 | 321 | "crn:v1:bluemix:public:iam::::role:Editor" |
322 | 322 | ], |
323 | 323 | "service_name": "sysdig-monitor", |
324 | | - "notes": "[Optional] Required to deploy Cloud automation for Cloud Monitoring." |
| 324 | + "notes": "[Optional] Required to create an instance of Cloud Monitoring." |
325 | 325 | }, |
326 | 326 | { |
327 | 327 | "role_crns": [ |
328 | 328 | "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
329 | 329 | "crn:v1:bluemix:public:iam::::role:Editor" |
330 | 330 | ], |
331 | 331 | "service_name": "logs", |
332 | | - "notes": "[Optional] Required to deploy Cloud automation for Cloud Logs." |
| 332 | + "notes": "[Optional] Required to create an instance of Cloud logs." |
333 | 333 | }, |
334 | 334 | { |
335 | 335 | "role_crns": [ |
|
423 | 423 | "version_input": "prefix", |
424 | 424 | "reference_version": true |
425 | 425 | }, |
426 | | - { |
427 | | - "dependency_input": "existing_resource_group_name", |
428 | | - "version_input": "existing_resource_group_name", |
429 | | - "reference_version": true |
430 | | - }, |
431 | 426 | { |
432 | 427 | "dependency_input": "region", |
433 | 428 | "version_input": "region", |
|
0 commit comments