You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to understand how much of my infrastructure I can automate with Terraform. I need to stand up several GCP projects with Firestore enabled, and preferably be able to create a default document or two.
I'm able to create the GCP projects via google_project and google_firebase_project, but from there I'm stuck. There's a google_firestore_index resource, but that seems to assume that Firestore has already been enabled on the project, which I can't find a way to do via Terraform.
I am also aware of this open issue, which is to enable document creation. I can live without that for now, but I'd really like to be able to turn on Firestore in a specific region on my GCP projects. Am I right in saying Terraform can't do this yet?
The text was updated successfully, but these errors were encountered:
@kentcb It's a bit confusing since we split the issue into two but #3657 is actually meant to manage the project-level enabling of Firestore, whereas #3950 is for document support. I'd follow #3657, which may get resolved soon :)
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Jul 17, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to understand how much of my infrastructure I can automate with Terraform. I need to stand up several GCP projects with Firestore enabled, and preferably be able to create a default document or two.
I'm able to create the GCP projects via
google_project
andgoogle_firebase_project
, but from there I'm stuck. There's agoogle_firestore_index
resource, but that seems to assume that Firestore has already been enabled on the project, which I can't find a way to do via Terraform.I am also aware of this open issue, which is to enable document creation. I can live without that for now, but I'd really like to be able to turn on Firestore in a specific region on my GCP projects. Am I right in saying Terraform can't do this yet?
The text was updated successfully, but these errors were encountered: