Skip to content

Commit 27fd0c0

Browse files
committed
codepipeline role output
1 parent 71ab615 commit 27fd0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ output "pipeline" {
33
}
44

55
output "pipeline_role" {
6-
value = aws_iam_role.codepipeline_role
6+
value = aws_iam_role.codepipeline
77
}
88

99
output "codebuild_role" {

0 commit comments

Comments
 (0)