Skip to content

Commit 46ff221

Browse files
authored
add deprecation notice of Log Analysis and Activity Tracker (#145)
- Also update note about not calling this module.
1 parent 27937d4 commit 46ff221

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
77
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
88

9+
> [!IMPORTANT]
10+
> The IBM Log Analysis and IBM Cloud Activity Tracker services are deprecated. IBM Cloud Logs is the replacement service. This module will be updated to provision the new services before the end of support in March 2025.
11+
912
This repository contains the following infrastructure as code solutions:
1013
- [IBM Cloud Observability instances solution](./solutions/instances)
1114
- [IBM Cloud Observability agents solution](./solutions/agents)
1215

13-
**NB:** These solutions are not intended to be called by one or more other modules since they contain a provider configurations, meaning they are not compatible with the `for_each`, `count`, and `depends_on` arguments. For more information see [Providers Within Modules](https://developer.hashicorp.com/terraform/language/modules/develop/providers)
16+
> [!NOTE]
17+
> These solutions are not intended to be called by one or more other modules because they contain a provider configurations. They are not compatible with the `for_each`, `count`, and `depends_on` arguments. For more information see [Providers Within Modules](https://developer.hashicorp.com/terraform/language/modules/develop/providers).
1418
1519
<!-- Leave this section as is so that your module has a link to local development environment set up steps for contributors to follow -->
1620
## Contributing

0 commit comments

Comments
 (0)