mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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
|
|
} |