Skip to content

Commit

Permalink
Fix terrafmt errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 18, 2021
1 parent 33fc9ad commit 351cd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_cloudwatch_event_target_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ resource "aws_cloudwatch_event_target" "test" {
event_bus_name = aws_cloudwatch_event_bus.test_origin_bus.arn
target_id = %[3]q
arn = aws_cloudwatch_event_bus.test_destination_bus.arn
role_arn = aws_iam_role.test.arn
role_arn = aws_iam_role.test.arn
}
resource "aws_cloudwatch_event_rule" "test" {
Expand Down

0 comments on commit 351cd8a

Please sign in to comment.