output "server_ip" { value = google_compute_address.drb.address description = "Static external IP of the DRB server VM" } output "app_url" { value = "https://app.${var.domain}" } output "api_url" { value = "https://api.${var.domain}" }