* adding pilot details view * adding pilot details view * pilot view * pilot view
8 lines
199 B
HCL
8 lines
199 B
HCL
output "api_key" {
|
|
value = azurerm_static_web_app.static_web_app.api_key
|
|
sensitive = true
|
|
}
|
|
|
|
output "default_host_name" {
|
|
value = azurerm_static_web_app.static_web_app.default_host_name
|
|
} |