diff --git a/common-dev-assets b/common-dev-assets index df611712..a7104c1b 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit df611712d2acbd43466df159efc80af994a1fa72 +Subproject commit a7104c1b0699a9faa973543b2fd2b14f4d9b723e diff --git a/examples/complete/README.md b/examples/complete/README.md index 0108c1d5..acb37d0c 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -15,7 +15,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 | 2.6.8 | +| [event\_notification](#module\_event\_notification) | terraform-ibm-modules/event-notifications/ibm | 2.6.9 | | [key\_protect](#module\_key\_protect) | terraform-ibm-modules/kms-all-inclusive/ibm | 5.1.19 | | [resource\_group](#module\_resource\_group) | terraform-ibm-modules/resource-group/ibm | 1.3.0 | | [secrets\_manager](#module\_secrets\_manager) | ../.. | n/a | diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 698eaa2a..81bb1626 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 = "2.6.8" + version = "2.6.9" 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 fbc0fb43..cf85de01 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 = "2.6.8" + version = "2.6.9" 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 b9373f27..d9c91c8a 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 = "2.6.8" + version = "2.6.9" resource_group_id = module.resource_group.resource_group_id name = "${var.prefix}-en" tags = var.resource_tags