Init repo

This commit is contained in:
Stedoss
2026-07-27 19:21:52 +01:00
commit bb6a1159ec
60 changed files with 8277 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
output "web_app_url" {
description = "Public URL of the Mission Control web app."
value = "https://${azurerm_linux_web_app.mission_control.default_hostname}"
}