Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/event-notificatio…
Browse files Browse the repository at this point in the history
…ns/ibm to v1.15.9 (#232)
  • Loading branch information
terraform-ibm-modules-ops authored Jan 4, 2025
1 parent 415c90d commit dd38252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "resource_group" {

module "event_notifications" {
source = "terraform-ibm-modules/event-notifications/ibm"
version = "1.15.8"
version = "1.15.9"
resource_group_id = module.resource_group.resource_group_id
name = "${var.prefix}-en"
tags = var.resource_tags
Expand Down

0 comments on commit dd38252

Please sign in to comment.