Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
tjy9206 authored Oct 18, 2024
1 parent 084f821 commit cb16366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/v2/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ output "service_account_id" {
output "apphub_service_uri" {
value = {
service_uri = "//run.googleapis.com/${google_cloud_run_v2_service.main.id}"
service_id = substr("${var.name}-${md5("${var.location}-${var.project_id}")}", 0, 63)
service_id = substr("${var.name}-${md5("${var.location}-${var.project_id}")}", 0, 63)
}
description = "Service URI in CAIS style to be used by Apphub."
}

0 comments on commit cb16366

Please sign in to comment.