5 lines
170 B
Terraform
5 lines
170 B
Terraform
output "web_app_url" {
|
|
description = "Public URL of the Mission Control web app."
|
|
value = "https://${azurerm_linux_web_app.mission_control.default_hostname}"
|
|
}
|