Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
johnricords authored Jul 26, 2024
1 parent bcbdb99 commit dc786e9
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 @@ -49,5 +49,5 @@ resource "aws_cloudwatch_event_target" "this" {
}
}

depends_on = [ aws_cloudwatch_event_rule.this ]
depends_on = [aws_cloudwatch_event_rule.this]
}

0 comments on commit dc786e9

Please sign in to comment.