Skip to content

Commit be29312

Browse files
iamar7terraform-ibm-modules-opsMd Anam Raihan
authored
fix: update dependencies (#191)
* fix(deps): update dependencies * update ibm provider version * update cdev * resolve pc --------- Co-authored-by: Terraform IBM Modules Operations <Terraform.IBM.Modules.Operations@ibm.com> Co-authored-by: Md Anam Raihan <md.anam.raihan@ibm.com>
1 parent 6044eab commit be29312

File tree

19 files changed

+123
-109
lines changed

19 files changed

+123
-109
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ on:
1414

1515
jobs:
1616
call-terraform-ci-pipeline:
17-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.24.1
17+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.24.4
1818
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ on:
1212

1313
jobs:
1414
call-terraform-release-pipeline:
15-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.24.1
15+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.24.4
1616
secrets: inherit

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2026-02-26T09:41:36Z",
6+
"generated_at": "2026-03-26T10:23:21Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -82,7 +82,7 @@
8282
"hashed_secret": "ff9ee043d85595eb255c05dfe32ece02a53efbb2",
8383
"is_secret": false,
8484
"is_verified": false,
85-
"line_number": 59,
85+
"line_number": 73,
8686
"type": "Secret Keyword",
8787
"verified_result": null
8888
}

README.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,29 @@ This module supports configuring an IBM Cloud Activity Tracker event routing tar
1111

1212
<!-- BEGIN OVERVIEW HOOK -->
1313
## Overview
14-
* [terraform-ibm-activity-tracker](#terraform-ibm-activity-tracker)
15-
* [Examples](./examples)
16-
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
17-
* <a href="./examples/advanced">Advanced example</a> <a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=activity-tracker-advanced-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-activity-tracker/tree/main/examples/advanced"><img src="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom; margin-left: 5px;"></a>
18-
* <a href="./examples/basic">Basic example</a> <a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=activity-tracker-basic-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-activity-tracker/tree/main/examples/basic"><img src="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom; margin-left: 5px;"></a>
19-
* [Deployable Architectures](./solutions)
20-
* <a href="./solutions/event-routing-account-settings">Cloud automation for Cloud Monitoring (Event Routing Account Settings)</a>
21-
* <a href="./solutions/fully-configurable">Cloud automation for Activity Tracker Event Routing (Fully configurable)</a>
22-
* [Contributing](#contributing)
14+
<ul>
15+
<li><a href="#terraform-ibm-activity-tracker">terraform-ibm-activity-tracker</a></li>
16+
<li><a href="./examples">Examples</a>
17+
<ul>
18+
<li>
19+
<a href="./examples/advanced">Advanced example</a>
20+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=activity-tracker-advanced-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-activity-tracker/tree/main/examples/advanced"><img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom; margin-left: 5px;"></a>
21+
</li>
22+
<li>
23+
<a href="./examples/basic">Basic example</a>
24+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=activity-tracker-basic-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-activity-tracker/tree/main/examples/basic"><img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom; margin-left: 5px;"></a>
25+
</li>
26+
</ul>
27+
ℹ️ Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab.
28+
</li>
29+
<li><a href="./solutions">Deployable Architectures</a>
30+
<ul>
31+
<li><a href="./solutions/event-routing-account-settings">Cloud automation for Cloud Monitoring (Event Routing Account Settings)</a></li>
32+
<li><a href="./solutions/fully-configurable">Cloud automation for Activity Tracker Event Routing (Fully configurable)</a></li>
33+
</ul>
34+
</li>
35+
<li><a href="#contributing">Contributing</a></li>
36+
</ul>
2337
<!-- END OVERVIEW HOOK -->
2438

2539
<!--
@@ -148,14 +162,14 @@ statement instead the previous block.
148162
| Name | Version |
149163
|------|---------|
150164
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
151-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.79.0, < 2.0.0 |
165+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.88.0, < 2.0.0 |
152166
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1, < 1.0.0 |
153167

154168
### Modules
155169

156170
| Name | Source | Version |
157171
|------|--------|---------|
158-
| <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.35.10 |
172+
| <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.35.19 |
159173

160174
### Resources
161175

examples/advanced/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Advanced example
22

33
<!-- BEGIN SCHEMATICS DEPLOY HOOK -->
4-
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=activity-tracker-advanced-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-activity-tracker/tree/main/examples/advanced"><img src="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom;"></a>
4+
<p>
5+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=activity-tracker-advanced-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-activity-tracker/tree/main/examples/advanced">
6+
<img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics">
7+
</a><br>
8+
ℹ️ Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab.
9+
</p>
510
<!-- END SCHEMATICS DEPLOY HOOK -->
611

712
<!-- There is a pre-commit hook that will take the title of each example add include it in the repos main README.md -->
@@ -16,7 +21,3 @@ An end-to-end advanced example that will provision the following:
1621
- An Activity Tracker target for the new COS bucket, Cloud Logs instance and Event Streams instance.
1722
- An Activity Tracker route for the above created targets.
1823
- A CBR (Context-Based Restrictions) zone for the Activity Tracker Event Routing service, with CBR rules protecting all target services (Cloud Logs, Event Streams, and COS bucket) to restrict access to private endpoints only from the Activity Tracker service.
19-
20-
<!-- BEGIN SCHEMATICS DEPLOY TIP HOOK -->
21-
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
22-
<!-- END SCHEMATICS DEPLOY TIP HOOK -->

examples/advanced/main.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module "resource_group" {
66
source = "terraform-ibm-modules/resource-group/ibm"
7-
version = "1.4.7"
7+
version = "1.5.0"
88
# if an existing resource group is not set (null) create a new one using prefix
99
resource_group_name = var.resource_group == null ? "${var.prefix}-resource-group" : null
1010
existing_resource_group_name = var.resource_group
@@ -16,7 +16,7 @@ module "resource_group" {
1616

1717
module "cloud_logs" {
1818
source = "terraform-ibm-modules/cloud-logs/ibm"
19-
version = "1.10.35"
19+
version = "1.12.8"
2020
resource_group_id = module.resource_group.resource_group_id
2121
region = var.region
2222
data_storage = {
@@ -56,7 +56,7 @@ locals {
5656

5757
module "event_streams" {
5858
source = "terraform-ibm-modules/event-streams/ibm"
59-
version = "4.6.24"
59+
version = "4.8.0"
6060
es_name = "${var.prefix}-eventsteams-instance"
6161
tags = var.resource_tags
6262
region = var.region
@@ -102,7 +102,7 @@ locals {
102102

103103
module "key_protect" {
104104
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
105-
version = "5.5.27"
105+
version = "5.5.36"
106106
resource_group_id = module.resource_group.resource_group_id
107107
region = var.region
108108
resource_tags = var.resource_tags
@@ -125,7 +125,7 @@ module "key_protect" {
125125

126126
module "cos" {
127127
source = "terraform-ibm-modules/cos/ibm"
128-
version = "10.9.9"
128+
version = "10.14.9"
129129
resource_group_id = module.resource_group.resource_group_id
130130
cos_instance_name = "${var.prefix}-cos"
131131
cos_tags = var.resource_tags
@@ -138,7 +138,7 @@ locals {
138138

139139
module "buckets" {
140140
source = "terraform-ibm-modules/cos/ibm//modules/buckets"
141-
version = "10.9.9"
141+
version = "10.14.9"
142142
bucket_configs = [
143143
{
144144
bucket_name = local.at_bucket_name
@@ -183,7 +183,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
183183
# This zone will be referenced in CBR rules for all target services (COS, Cloud Logs, Event Streams)
184184
module "cbr_zone_atracker" {
185185
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
186-
version = "1.35.10"
186+
version = "1.35.19"
187187
name = "${var.prefix}-atracker-zone"
188188
zone_description = "CBR Network zone for Activity Tracker Event Routing service"
189189
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id

examples/advanced/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "ibm-cloud/ibm"
8-
version = ">= 1.79.0"
8+
version = ">= 1.88.0"
99
}
1010
}
1111
}

examples/basic/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Basic example
22

33
<!-- BEGIN SCHEMATICS DEPLOY HOOK -->
4-
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=activity-tracker-basic-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-activity-tracker/tree/main/examples/basic"><img src="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics" style="height: 16px; vertical-align: text-bottom;"></a>
4+
<p>
5+
<a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=activity-tracker-basic-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-activity-tracker/tree/main/examples/basic">
6+
<img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics">
7+
</a><br>
8+
ℹ️ Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab.
9+
</p>
510
<!-- END SCHEMATICS DEPLOY HOOK -->
611

7-
812
<!--
913
The basic example should call the module(s) stored in this repository with a basic configuration.
1014
Note, there is a pre-commit hook that will take the title of each example and include it in the repos main README.md.
@@ -16,7 +20,3 @@ An end-to-end basic example that will provision the following:
1620
- A new COS instance and bucket.
1721
- An Activity Tracker target for the new COS bucket.
1822
- An Activity Tracker route for the COS bucket target.
19-
20-
<!-- BEGIN SCHEMATICS DEPLOY TIP HOOK -->
21-
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
22-
<!-- END SCHEMATICS DEPLOY TIP HOOK -->

examples/basic/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module "resource_group" {
66
source = "terraform-ibm-modules/resource-group/ibm"
7-
version = "1.4.7"
7+
version = "1.5.0"
88
# if an existing resource group is not set (null) create a new one using prefix
99
resource_group_name = var.resource_group == null ? "${var.prefix}-resource-group" : null
1010
existing_resource_group_name = var.resource_group
@@ -16,7 +16,7 @@ module "resource_group" {
1616

1717
module "cos" {
1818
source = "terraform-ibm-modules/cos/ibm"
19-
version = "10.9.9"
19+
version = "10.14.9"
2020
resource_group_id = module.resource_group.resource_group_id
2121
region = var.region
2222
cos_instance_name = "${var.prefix}-cos"

0 commit comments

Comments
 (0)