Skip to content

Commit

Permalink
Add query = "displayName:(default)"
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay authored Apr 4, 2024
1 parent c1e0aee commit a2f8e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ data "http" "load_balancer_warm_up" {
data "google_cloud_asset_resources_search_all" "default_firestore_database" {
provider = google-beta
scope = "projects/${var.project_id}"
query = "displayName:(default)"
asset_types = [
"firestore.googleapis.com/Database"
]
Expand Down

0 comments on commit a2f8e3f

Please sign in to comment.