15 lines
538 B
HCL
15 lines
538 B
HCL
output "medioteq_cloud_run_service_url" {
|
|
description = "The URL of the Medioteq Cloud Run service."
|
|
value = module.vauco_bootstrap_medioteq.cloud_run_service_url
|
|
}
|
|
|
|
output "medioteq_service_account_email" {
|
|
description = "The email of the Medioteq service account."
|
|
value = module.vauco_bootstrap_medioteq.service_account_email
|
|
}
|
|
|
|
output "medioteq_artifact_registry_url" {
|
|
description = "The URL of the Medioteq Artifact Registry repository."
|
|
value = module.vauco_bootstrap_medioteq.artifact_registry_url
|
|
}
|