Skip to content

Commit

Permalink
just use the name var
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh committed Dec 19, 2023
1 parent a4ac03d commit a99fd77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudevent-broker/ingress.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ resource "google_cloud_run_v2_service" "this" {

module "ingress-dashboard" {
source = "../dashboard/service"
service_name = google_cloud_run_v2_service.this[0].name
service_name = var.name
}
2 changes: 1 addition & 1 deletion cloudevent-recorder/recorder.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ module "triggers" {

module "recorder-dashboard" {
source = "../dashboard/service"
service_name = google_cloud_run_v2_service.recorder-service[0].name
service_name = var.name
}

0 comments on commit a99fd77

Please sign in to comment.