mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
expose role name from lambda_with_sqs
This commit is contained in:
parent
658761933b
commit
7630067d8d
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ module "role" {
|
|||
name = "${var.name}-lambda-${var.stage}"
|
||||
}
|
||||
|
||||
output "role_name" {
|
||||
value = module.role.role_name
|
||||
}
|
||||
|
||||
############################################
|
||||
# SQS queue + DLQ
|
||||
############################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue