Skip to content

Commit 4ad19c6

Browse files
chore(deps): update terraform terraform-ibm-modules/event-notifications/ibm to v2.10.34 (#909)
1 parent 158b0f9 commit 4ad19c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/containerized_app_landing_zone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The primary goal of this example is to provision an OpenShift cluster on VPC and
4747
| <a name="module_cloud_monitoring"></a> [cloud\_monitoring](#module\_cloud\_monitoring) | terraform-ibm-modules/cloud-monitoring/ibm | 1.12.15 |
4848
| <a name="module_cos"></a> [cos](#module\_cos) | terraform-ibm-modules/cos/ibm//modules/fscloud | 10.8.3 |
4949
| <a name="module_en_cos_buckets"></a> [en\_cos\_buckets](#module\_en\_cos\_buckets) | terraform-ibm-modules/cos/ibm//modules/buckets | 10.8.3 |
50-
| <a name="module_event_notifications"></a> [event\_notifications](#module\_event\_notifications) | terraform-ibm-modules/event-notifications/ibm | 2.10.33 |
50+
| <a name="module_event_notifications"></a> [event\_notifications](#module\_event\_notifications) | terraform-ibm-modules/event-notifications/ibm | 2.10.34 |
5151
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-ibm-modules/kms-all-inclusive/ibm | 5.5.20 |
5252
| <a name="module_logs_agent"></a> [logs\_agent](#module\_logs\_agent) | terraform-ibm-modules/logs-agent/ibm | 1.16.3 |
5353
| <a name="module_metrics_routing"></a> [metrics\_routing](#module\_metrics\_routing) | terraform-ibm-modules/cloud-monitoring/ibm//modules/metrics_routing | 1.12.15 |

examples/containerized_app_landing_zone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ locals {
117117

118118
module "event_notifications" {
119119
source = "terraform-ibm-modules/event-notifications/ibm"
120-
version = "2.10.33"
120+
version = "2.10.34"
121121
resource_group_id = module.resource_group.resource_group_id
122122
region = var.region
123123
name = "${var.prefix}-event-notifications"

0 commit comments

Comments
 (0)