Skip to content

Commit 6ebb4ae

Browse files
chore(deps): update terraform appvia/notify/aws to v0.0.7 (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa92bbc commit 6ebb4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ locals {
4747
module "securityhub_notifications" {
4848
count = var.securityhub.notifications.enable ? 1 : 0
4949
source = "appvia/notify/aws"
50-
version = "0.0.6"
50+
version = "0.0.7"
5151

5252
allowed_aws_services = ["events.amazonaws.com", "lambda.amazonaws.com"]
5353
cloudwatch_log_group_retention = 1

0 commit comments

Comments
 (0)