Skip to content

Commit

Permalink
fix: remove db dependency on LB time delay (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerthatdev authored Jul 25, 2023
1 parent 2c6bfcc commit 3f71c49
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 3f71c49

Please sign in to comment.