Skip to content

Commit

Permalink
include names
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed May 31, 2018
1 parent 45db9af commit 16f863d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ output "codepipeline_role" {
value = "${aws_iam_role.codepipeline_role.arn}"
}

output "codepipeline_role_name" {
value = "${aws_iam_role.codepipeline_role.id}"
}

output "codebuild_role" {
value = "${aws_iam_role.codebuild_assume_role.arn}"
}

output "codebuild_role_name" {
value = "${aws_iam_role.codebuild_assume_role.id}"
}

0 comments on commit 16f863d

Please sign in to comment.