adding pilot details view

This commit is contained in:
2024-09-27 19:14:13 -05:00
parent 071e211525
commit c00b686554
8 changed files with 72 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
output "api_key" {
value = module.static_web_app.api_key
value = azurerm_static_web_app.static_web_app.api_key
sensitive = true
}
output "default_host_name" {
value = module.static_web_app.default_host_name
value = azurerm_static_web_app.static_web_app.default_host_name
}