Skip to content

Commit

Permalink
Bump terraform-aws-modules/eventbridge/aws from 3.11.0 to 3.12.0
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.11.0 to 3.12.0.
- [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.11.0...v3.12.0)

---
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 Nov 25, 2024
1 parent b137ad2 commit ecdf543
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.11.0"
version = "3.12.0"

# 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.11.0"
version = "3.12.0"

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

0 comments on commit ecdf543

Please sign in to comment.