SpotiFlyer/infra/outputs.tf
Martynas Petuška e1b11c20a2 Terraform
2021-03-21 19:02:51 +00:00

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}"
}