Skip to content

Commit

Permalink
Validate for aws cis benchmark alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 30, 2024
1 parent 5b49e70 commit d67859a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/modules/aws-cis-benchmark-alerts/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
data "aws_caller_identity" "current" {}

module "eventbridge" {
count = var.aws_cis_benchmark_alerts.enabled ? 1 : 0
source = "terraform-aws-modules/eventbridge/aws"
Expand Down

0 comments on commit d67859a

Please sign in to comment.