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.6.5 (#116)
  • Loading branch information
terraform-ibm-modules-ops committed Jun 22, 2024
1 parent d4f0707 commit 21289f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "cos" {

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

0 comments on commit 21289f9

Please sign in to comment.