diff --git a/main.tf b/main.tf index 478305c..d6e1a09 100644 --- a/main.tf +++ b/main.tf @@ -20,5 +20,5 @@ resource "aws_cloudwatch_event_target" "this" { input_template = each.value.event_target.input_template } - depends_on = [ aws_cloudwatch_event_rule.this ] + depends_on = [aws_cloudwatch_event_rule.this] }