Skip to content

Commit

Permalink
Merge pull request #36 from NandosUK/NAP-275/domain-mapping
Browse files Browse the repository at this point in the history
NAP-275 WIP add depends on
  • Loading branch information
faizando authored Aug 13, 2021
2 parents f19813a + f0f548c commit a94a81a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions experimental/terraform/resource_event_handler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ resource "google_cloud_run_domain_mapping" "event_handler" {
namespace = var.google_project_id
}

depends_on = [
google_cloud_run_service.event_handler
]

spec {
route_name = google_cloud_run_service.event_handler.name
}
Expand Down

0 comments on commit a94a81a

Please sign in to comment.