Skip to content

Commit

Permalink
remove db dependency on LB time delay
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerthatdev committed Jul 25, 2023
1 parent 1cff9f1 commit 44239ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}

0 comments on commit 44239ec

Please sign in to comment.