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