Files
noahspan-flying/infrastructure/outputs.tf
2025-01-17 20:38:24 -06:00

8 lines
213 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
# }