Skip to content

Commit

Permalink
Update cloud-cdn.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Oct 14, 2024
1 parent 537af34 commit aa14fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp/cloud-cdn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "google_compute_backend_service" "default_backend" {
load_balancing_scheme = "EXTERNAL"

backend {
group = google_cloud_run_service.hydroserver_api.id
group = "projects/${var.project_id}/locations/${var.region}/services/${google_cloud_run_service.hydroserver_api.name}"
}

health_checks = [google_compute_health_check.default_health_check.id]
Expand Down

0 comments on commit aa14fd7

Please sign in to comment.