sparse-intern-71089
12/23/2023, 11:11 AMstocky-finland-45016
12/23/2023, 11:30 AMdry-keyboard-94795
12/23/2023, 11:51 AMdry-keyboard-94795
12/23/2023, 11:51 AMstocky-finland-45016
12/23/2023, 3:05 PMstocky-finland-45016
12/23/2023, 6:54 PMfirestoreRuleset:
type: gcp:firebaserules:Ruleset
properties:
source:
files:
- name: "firestore.rules"
content: "service cloud.firestore {match /databases/{database}/documents { match /{document=**} { allow read, write: if true; } } }"
firestoreRulesRelease:
type: gcp:firebaserules:Release
properties:
name: "cloud.firestore"
rulesetName: "projects/pulumitest2-409018/rulesets/${firestoreRuleset.name}"
options:
dependsOn:
- ${firestoreRuleset}
The Terraform docs also helped, especially around understanding what the arguments should be.stocky-finland-45016
12/23/2023, 6:55 PMFirestore Rules Releases will always have the name 'cloud.firestore'which I was messing with and clearly broke somehow