SpotiFlyer/infra/outputs.tf

8 lines
183 B
Terraform
Raw Permalink Normal View History

2021-03-21 20:02:51 +01:00
output "app_service_name" {
value = azurerm_app_service.main.name
}
output "app_service_default_hostname" {
value = "https://${azurerm_app_service.main.default_site_hostname}"
}