Skip to content

Commit

Permalink
Bump terraform-aws-modules/eventbridge/aws from 3.13.0 to 3.14.2
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/eventbridge/aws](https://github.com/terraform-aws-modules/terraform-aws-eventbridge) from 3.13.0 to 3.14.2.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-eventbridge/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-eventbridge@v3.13.0...v3.14.2)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/eventbridge/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent c7bde08 commit 60e9b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cyhy-cvesync-lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module "cvesync_eventbridge" {
}

source = "terraform-aws-modules/eventbridge/aws"
version = "3.13.0"
version = "3.14.2"

# We are using the default bus, so no need to create it here.
create_bus = false
Expand Down
2 changes: 1 addition & 1 deletion cyhy-kevsync-lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module "kevsync_eventbridge" {
}

source = "terraform-aws-modules/eventbridge/aws"
version = "3.13.0"
version = "3.14.2"

# We are using the default bus, so no need to create it here.
create_bus = false
Expand Down

0 comments on commit 60e9b64

Please sign in to comment.