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 0292bd2 commit 8bf18d2Copy full SHA for 8bf18d2
tests/resources/existing-resources/main.tf
@@ -77,7 +77,7 @@ module "cloud_monitoring" {
77
78
module "event_notification_1" {
79
source = "terraform-ibm-modules/event-notifications/ibm"
80
- version = "1.19.14"
+ version = "1.19.16"
81
resource_group_id = module.resource_group.resource_group_id
82
name = "${var.prefix}-en-1"
83
tags = var.resource_tags
@@ -88,7 +88,7 @@ module "event_notification_1" {
88
89
module "event_notification_2" {
90
91
92
93
name = "${var.prefix}-en-2"
94
0 commit comments