diff --git a/infra/main.tf b/infra/main.tf index c585c0c09..10bba939c 100644 --- a/infra/main.tf +++ b/infra/main.tf @@ -319,7 +319,6 @@ resource "google_firestore_database" "database" { concurrency_mode = "PESSIMISTIC" app_engine_integration_mode = "DISABLED" depends_on = [ - time_sleep.project_services, - time_sleep.load_balancer_warm_up_time + time_sleep.project_services ] }