Skip to content

Instantly share code, notes, and snippets.

@hendrixroa
Last active March 23, 2023 17:42
Show Gist options
  • Save hendrixroa/5ec261814779e275d05a001d83d87a4d to your computer and use it in GitHub Desktop.
Save hendrixroa/5ec261814779e275d05a001d83d87a4d to your computer and use it in GitHub Desktop.
Lambda role output
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