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 e1d2074 commit 2b4a612Copy full SHA for 2b4a612
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.10.6"
+ version = "2.10.7"
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