make sure domain_name is exported from lambda_with_api_gateway for use by fast-api

This commit is contained in:
Daniel Roth 2026-03-13 13:38:11 +00:00
parent bfc0c268ee
commit 4e6dd546ce

View file

@ -4,4 +4,8 @@ output "role_name" {
output "api_endpoint" {
value = aws_apigatewayv2_stage.this.invoke_url
}
output "domain_name" {
value = var.domain_name
}