From e5a618944752c8d2e9172ffde804b56056cd33f7 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sun, 22 Dec 2024 18:46:26 +0000 Subject: [PATCH] fix(deps): update terraform terraform-ibm-modules/event-notifications/ibm to v1.15.7 --- examples/complete/README.md | 2 +- examples/complete/main.tf | 2 +- examples/fscloud/main.tf | 2 +- tests/existing-resources/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/complete/README.md b/examples/complete/README.md index 54e030a7..786203ea 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -14,7 +14,7 @@ This examples handles the provisioning of a new Secrets Manager instance. | Name | Source | Version | |------|--------|---------| -| [event\_notification](#module\_event\_notification) | terraform-ibm-modules/event-notifications/ibm | 1.15.6 | +| [event\_notification](#module\_event\_notification) | terraform-ibm-modules/event-notifications/ibm | 1.15.7 | | [key\_protect](#module\_key\_protect) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.19.1 | | [resource\_group](#module\_resource\_group) | terraform-ibm-modules/resource-group/ibm | 1.1.6 | | [secrets\_manager](#module\_secrets\_manager) | ../.. | n/a | diff --git a/examples/complete/main.tf b/examples/complete/main.tf index bcd70362..9cfc6e64 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -27,7 +27,7 @@ module "key_protect" { module "event_notification" { source = "terraform-ibm-modules/event-notifications/ibm" - version = "1.15.6" + version = "1.15.7" resource_group_id = module.resource_group.resource_group_id name = "${var.prefix}-en" tags = var.resource_tags diff --git a/examples/fscloud/main.tf b/examples/fscloud/main.tf index e2fd738a..12d8ef96 100644 --- a/examples/fscloud/main.tf +++ b/examples/fscloud/main.tf @@ -42,7 +42,7 @@ module "cbr_zone" { module "event_notification" { source = "terraform-ibm-modules/event-notifications/ibm" - version = "1.15.6" + version = "1.15.7" resource_group_id = module.resource_group.resource_group_id name = "${var.prefix}-en" tags = var.resource_tags diff --git a/tests/existing-resources/main.tf b/tests/existing-resources/main.tf index 39203daf..301c16ec 100644 --- a/tests/existing-resources/main.tf +++ b/tests/existing-resources/main.tf @@ -16,7 +16,7 @@ module "resource_group" { module "event_notifications" { source = "terraform-ibm-modules/event-notifications/ibm" - version = "1.15.6" + version = "1.15.7" resource_group_id = module.resource_group.resource_group_id name = "${var.prefix}-en" tags = var.resource_tags