Skip to content

Commit e41940c

Browse files
committed
Fixing formatting issues
1 parent 87dce82 commit e41940c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

main.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ resource "aws_cloudwatch_event_rule" "event_rule" {
3939
# CLOUDWATCH EVENT TARGET
4040
#------------------------------------------------------------------------------
4141
resource "aws_cloudwatch_event_target" "ecs_scheduled_task" {
42-
rule = aws_cloudwatch_event_rule.event_rule.name
43-
event_bus_name = aws_cloudwatch_event_rule.event_rule.event_bus_name
44-
target_id = var.event_target_target_id
45-
arn = var.ecs_cluster_arn
46-
input = var.event_target_input
47-
input_path = var.event_target_input_path
48-
role_arn = aws_iam_role.scheduled_task_cw_event_role.arn
42+
rule = aws_cloudwatch_event_rule.event_rule.name
43+
event_bus_name = aws_cloudwatch_event_rule.event_rule.event_bus_name
44+
target_id = var.event_target_target_id
45+
arn = var.ecs_cluster_arn
46+
input = var.event_target_input
47+
input_path = var.event_target_input_path
48+
role_arn = aws_iam_role.scheduled_task_cw_event_role.arn
4949

5050
ecs_target {
5151
group = var.event_target_ecs_target_group

0 commit comments

Comments
 (0)