OSVauco/infrastructure/terraform/outputs.tf
Chris Christiansen 971bec0c5d auto: sync
2026-05-27 16:29:43 +00:00

15 lines
490 B
HCL

output "medioteq_cloud_run_service_url" {
description = "The URL of the Medioteq Cloud Run service."
value = module.medioteq.cloud_run_service_url
}
output "medioteq_service_account_email" {
description = "The email of the Medioteq service account."
value = module.medioteq.service_account_email
}
output "medioteq_artifact_registry_url" {
description = "The URL of the Medioteq Artifact Registry repository."
value = module.medioteq.artifact_registry_url
}