mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
make sure domain_name is exported from lambda_with_api_gateway for use by fast-api
This commit is contained in:
parent
bfc0c268ee
commit
4e6dd546ce
1 changed files with 4 additions and 0 deletions
|
|
@ -4,4 +4,8 @@ output "role_name" {
|
|||
|
||||
output "api_endpoint" {
|
||||
value = aws_apigatewayv2_stage.this.invoke_url
|
||||
}
|
||||
|
||||
output "domain_name" {
|
||||
value = var.domain_name
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue