Skip to content

Commit

Permalink
Remove temporary "pre-existing database" test
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay authored Apr 4, 2024
1 parent a2f8e3f commit 607724f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions infra/test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,3 @@ module "project" {
"cloudasset.googleapis.com"
]
}

# Temporary: Test with existing Firestore database.
resource "google_firestore_database" "database" {
project = module.project.project_id
name = "(default)"
location_id = "nam5"
type = "FIRESTORE_NATIVE"
concurrency_mode = "PESSIMISTIC"
app_engine_integration_mode = "DISABLED"
}

0 comments on commit 607724f

Please sign in to comment.