Skip to content

Commit

Permalink
Merge pull request #1 from thoughtbot/add-output
Browse files Browse the repository at this point in the history
Pass IAM role arn as an output
  • Loading branch information
OlamideOl1 authored Nov 20, 2023
2 parents 38010fd + 57561cf commit 8bcd65a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "lamdba_role_arn" {
value = aws_iam_role.lambda_role.arn
description = "ARN for the Lambda function IAM role."
}

0 comments on commit 8bcd65a

Please sign in to comment.