Lingkai Shen
Lingkai Shen
@tylerg-dev @mraouffouad
It's also not supposed to generate GA docs. What other changes do I need other than `min_version: beta`?
[Moved discussion here] The test passed after adding a resource "google_firebase_web_app" "default" {...} to the test template. However, I was hoping for a solution that does not create a web...
The Firebase app quota per project is 36, and they are soft-deleted for 30 days. What does maintaining `examples` look like? Although the default is soft delete, there is an...
Update: you can specify the Firestore database mode directly now with [google_firestore_database](https://registry.terraform.io/providers/hashicorp/google-beta/latest/docs/resources/firestore_database). Note that the usual limitation apply (your Firestore database should be empty). This issue can be marked as...
Please don't approve/merge yet. Let me fix the same issue as https://github.com/GoogleCloudPlatform/magic-modules/pull/10120. UPDATE: done
To echo Pablo's comment, we (Google) also validate UUID4s in parts of our ecosystem. IMO Terraform should be providing such a uuid4 generator because it's a widely used standard, not...
It looks like the random_uuid resource isn't RFC 4122 compliant https://github.com/hashicorp/go-uuid. Digging through the spec a bit, I think the only difference is a few key characters. Aka. you should...
@AlexanderLid Does it still happen after you publish the first release? The Firebase Console doesn't recognize any meaningful progress in Firebase Hosting until you make a first release. You can...
To the Terraform maintainers: this is not a Terraform issue. Please close.