Skip to content

Commit

Permalink
Merge pull request #30 from grug/patch-2
Browse files Browse the repository at this point in the history
Output cicd username
  • Loading branch information
Sandor Kelemen authored Feb 7, 2020
2 parents 06ebd8c + 5dabf1c commit d9c81c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ output "task_security_group_id" {
output "alb_security_group_id" {
value = "${aws_security_group.nsg_lb.id}"
}

output "cicd_user_name" {
value = "${aws_iam_user.cicd.name}"
}

0 comments on commit d9c81c7

Please sign in to comment.