Merge pull request #869 from Hestia-Homes/deploy-fastapi-with-terraform

Deploy fastapi with terraform: correct outputs
This commit is contained in:
Jun-te Kim 2026-03-13 13:39:20 +00:00 committed by GitHub
commit d85c27996d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
}