Skip to content

Commit

Permalink
Add existing import for rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rainshen49 committed Nov 19, 2024
1 parent 8b7eb4a commit 9d9de1a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# In case there are existing rules in the default db
import {
id = "projects/{{project}}/releases/cloud.firestore"
to = google_firebaserules_release.primary
}

resource "google_firebaserules_release" "primary" {
name = "cloud.firestore"
project = "{{project}}"
Expand Down

0 comments on commit 9d9de1a

Please sign in to comment.