Skip to content

Commit

Permalink
Pass IAM role arn as an output
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Nov 20, 2023
1 parent 38010fd commit 57561cf
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 57561cf

Please sign in to comment.