Last active
March 23, 2023 17:42
-
-
Save hendrixroa/5ec261814779e275d05a001d83d87a4d to your computer and use it in GitHub Desktop.
Lambda role output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
output "lambda_role" { | |
description = "IAM Role id to attach more policies" | |
value = aws_iam_role.lambda_role.id | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment