mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
8 lines
183 B
HCL
8 lines
183 B
HCL
output "app_service_name" {
|
|
value = azurerm_app_service.main.name
|
|
}
|
|
|
|
output "app_service_default_hostname" {
|
|
value = "https://${azurerm_app_service.main.default_site_hostname}"
|
|
}
|