juntekim.com/terraform/modules/lambda_execution_role/outputs.tf
2026-02-17 23:28:47 +00:00

7 lines
111 B
HCL

output "role_arn" {
value = aws_iam_role.this.arn
}
output "role_name" {
value = aws_iam_role.this.name
}