Skip to content

Commit

Permalink
tests/resource/aws_codepipeline: Fix TestAccAWSCodePipeline_deployWit…
Browse files Browse the repository at this point in the history
…hServiceRole (#14830)
  • Loading branch information
SatoruItaya committed Aug 25, 2020
1 parent 3d98e5e commit 11301c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_codepipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ resource "aws_iam_role_policy" "codepipeline_policy" {
"Action": [
"sts:AssumeRole"
],
"Resource": aws_iam_role.codepipeline_action_role.arn
"Resource": "${aws_iam_role.codepipeline_action_role.arn}"
}
]
}
Expand Down

0 comments on commit 11301c1

Please sign in to comment.