From 57561cfd416ffb40f029cdbce7c0b248e4840bc1 Mon Sep 17 00:00:00 2001 From: Olamide Date: Mon, 20 Nov 2023 13:00:51 +0100 Subject: [PATCH] Pass IAM role arn as an output --- outputs.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/outputs.tf b/outputs.tf index e69de29..7df7ccc 100644 --- a/outputs.tf +++ b/outputs.tf @@ -0,0 +1,4 @@ +output "lamdba_role_arn" { + value = aws_iam_role.lambda_role.arn + description = "ARN for the Lambda function IAM role." +} \ No newline at end of file