diff --git a/aws/resource_aws_cloudwatch_event_target_test.go b/aws/resource_aws_cloudwatch_event_target_test.go index 75cfee630972..fe63a99cf9d1 100644 --- a/aws/resource_aws_cloudwatch_event_target_test.go +++ b/aws/resource_aws_cloudwatch_event_target_test.go @@ -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" {