mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #869 from Hestia-Homes/deploy-fastapi-with-terraform
Deploy fastapi with terraform: correct outputs
This commit is contained in:
commit
d85c27996d
1 changed files with 4 additions and 0 deletions
|
|
@ -5,3 +5,7 @@ output "role_name" {
|
||||||
output "api_endpoint" {
|
output "api_endpoint" {
|
||||||
value = aws_apigatewayv2_stage.this.invoke_url
|
value = aws_apigatewayv2_stage.this.invoke_url
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output "domain_name" {
|
||||||
|
value = var.domain_name
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue