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 2f12882 commit 50208c9Copy full SHA for 50208c9
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.20.2"
+ version = "2.0.0"
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