We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7a235 commit 5f69069Copy full SHA for 5f69069
tests/resources/main.tf
@@ -16,7 +16,7 @@ module "resource_group" {
16
17
module "event_notifications" {
18
source = "terraform-ibm-modules/event-notifications/ibm"
19
- version = "2.4.8"
+ version = "2.4.9"
20
resource_group_id = module.resource_group.resource_group_id
21
name = "${var.prefix}-en"
22
tags = var.resource_tags
0 commit comments