Skip to content

Commit

Permalink
fixed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
johnricords committed May 21, 2024
1 parent d7e8566 commit a4d2a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}

0 comments on commit a4d2a0f

Please sign in to comment.