We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa92bbc commit 6ebb4aeCopy full SHA for 6ebb4ae
notifications.tf
@@ -47,7 +47,7 @@ locals {
47
module "securityhub_notifications" {
48
count = var.securityhub.notifications.enable ? 1 : 0
49
source = "appvia/notify/aws"
50
- version = "0.0.6"
+ version = "0.0.7"
51
52
allowed_aws_services = ["events.amazonaws.com", "lambda.amazonaws.com"]
53
cloudwatch_log_group_retention = 1
0 commit comments