Skip to content

Commit

Permalink
output role arns
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed May 31, 2018
1 parent 9690951 commit 45db9af
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 @@ -9,3 +9,11 @@ output "clone_repo_ssh" {
output "artifact_bucket" {
value = "${aws_s3_bucket.build_artifact_bucket.id}"
}

output "codepipeline_role" {
value = "${aws_iam_role.codepipeline_role.arn}"
}

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

0 comments on commit 45db9af

Please sign in to comment.