terraform/modules/compute_backend/outputs.tf (5 lines of code) (raw):

output "backend_services" { description = "The backend service resources." value = google_compute_backend_service.default sensitive = true // can contain sensitive iap_config }