Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/eventbridge/aws t…
Browse files Browse the repository at this point in the history
…o v3.6.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 4, 2024
1 parent 77be373 commit 58505ac
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.6.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.6.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.6.0"

providers = {
aws = aws.audit
Expand Down

0 comments on commit 58505ac

Please sign in to comment.