Skip to content

Commit

Permalink
Merge pull request #6 from ministryofjustice/feature/output-arn
Browse files Browse the repository at this point in the history
add output for IAM role arn
  • Loading branch information
dms1981 authored Aug 16, 2022
2 parents 7a50e5e + d07cc5b commit d551993
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ output "github_actions_provider" {
description = "This module configures an OIDC provider for use with GitHub actions"
value = aws_iam_openid_connect_provider.github_actions.id
}

output "github_actions_role" {
description = "IAM Role created for use by the OIDC provider"
value = aws_iam_role.github_actions.arn
}

0 comments on commit d551993

Please sign in to comment.