Skip to content

Commit

Permalink
Merge pull request #1196 from portefaix/renovate/terraform-aws-module…
Browse files Browse the repository at this point in the history
…s-eventbridge-aws-3.x

chore(deps): update terraform terraform-aws-modules/eventbridge/aws to v3.7.0
  • Loading branch information
nlamirault committed Jul 8, 2024
2 parents 2dfe3ed + 53d53fe commit 2e131b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/chatbot/modules/chatbot/eventbridge.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "eventbridge" {
source = "terraform-aws-modules/eventbridge/aws"
version = "3.2.3"
version = "3.7.0"

bus_name = local.eventbridge_bus_name

Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/guardduty/modules/guardduty/eventbridge.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "eventbridge" {
source = "terraform-aws-modules/eventbridge/aws"
version = "3.2.3"
version = "3.7.0"

providers = {
aws = aws.audit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "eventbridge" {
source = "terraform-aws-modules/eventbridge/aws"
version = "3.2.3"
version = "3.7.0"

providers = {
aws = aws.audit
Expand Down

0 comments on commit 2e131b0

Please sign in to comment.