Skip to content

Commit

Permalink
Fix project_id
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay committed May 3, 2024
1 parent b958534 commit c3bfb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/examples/existing_firestore_database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# We need to make sure the JSS doesn't produce an error similar to
# "Database already exists. Please use another database_id"
resource "google_firestore_database" "database" {
project = module.project.project_id
project = var.project_id
name = "(default)"
location_id = "nam5"
type = "FIRESTORE_NATIVE"
Expand Down

0 comments on commit c3bfb26

Please sign in to comment.