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 d0f0703 commit 4634bb8Copy full SHA for 4634bb8
examples/advanced/main.tf
@@ -73,7 +73,7 @@ module "key_protect_all_inclusive" {
73
74
module "event_notifications" {
75
source = "terraform-ibm-modules/event-notifications/ibm"
76
- version = "2.9.2"
+ version = "2.9.3"
77
resource_group_id = module.resource_group.resource_group_id
78
name = "${var.prefix}-en"
79
tags = var.resource_tags
tests/existing-resources/main.tf
@@ -16,7 +16,7 @@ module "resource_group" {
16
17
18
19
20
21
22
0 commit comments