Skip to content

Commit 137b004

Browse files
fix(deps): update terraform terraform-ibm-modules/event-notifications/ibm to v1.4.4 (#162)
1 parent 7fb83fd commit 137b004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/security/scc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818

1919
module "event_notification" {
2020
source = "terraform-ibm-modules/event-notifications/ibm"
21-
version = "1.4.3"
21+
version = "1.4.4"
2222
resource_group_id = var.rg
2323
name = "${var.prefix}-scc-event_notification"
2424
plan = var.event_notification_plan

0 commit comments

Comments
 (0)