Files
noahspan-root/infrastructure/outputs.tf
2025-02-17 07:52:50 -06:00

17 lines
449 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
# }
# output "validation_token" {
# value = azurerm_static_web_app_custom_domain.static_web_app_custom_domain_txt.validation_token
# sensitive = false
# }
# output "name_servers" {
# value = azurerm_dns_zone.dns_zone.name_servers
# }