From 607724fe4644ef062572372fc1ddedf071c68fdc Mon Sep 17 00:00:00 2001 From: Nim Jayawardena Date: Thu, 4 Apr 2024 13:39:17 -0400 Subject: [PATCH] Remove temporary "pre-existing database" test --- infra/test/setup/main.tf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/infra/test/setup/main.tf b/infra/test/setup/main.tf index 8f4a488cd..4ff531489 100644 --- a/infra/test/setup/main.tf +++ b/infra/test/setup/main.tf @@ -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" -}