Feature/21 pilots view (#23)
* adding pilot details view * adding pilot details view * pilot view * pilot view
This commit was merged in pull request #23.
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user