mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
7 lines
No EOL
122 B
HCL
7 lines
No EOL
122 B
HCL
output "domain_name" {
|
|
value = module.fastapi.domain_name
|
|
}
|
|
|
|
output "invoke_url" {
|
|
value = module.fastapi.invoke_url
|
|
} |