Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
15 lines
402 B
HCL
15 lines
402 B
HCL
output "medioteq_project_id" {
|
|
description = "Medioteq GCP project ID"
|
|
value = module.medioteq.project_id
|
|
}
|
|
|
|
output "medioteq_cloud_run_url" {
|
|
description = "Medioteq Cloud Run service URL"
|
|
value = module.medioteq.cloud_run_url
|
|
}
|
|
|
|
output "medioteq_service_account_email" {
|
|
description = "Medioteq Cloud Run service account"
|
|
value = module.medioteq.service_account_email
|
|
}
|