airasia / terraform-google-firestore

Terraform module for Firestore (a.k.a. re-branded Datastore) in GCP

Home Page:https://registry.terraform.io/modules/airasia/firestore/google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform module for Firestore (a.k.a. re-branded Datastore) in GCP

Upgrade guide from v2.0.1 to v2.1.0

First make sure you've planned & applied v2.0.1. Then, upon upgrading from v2.0.1 to v2.1.0, you may (or may not) see a plan that destroys & creates an equal number of google_project_iam_member resources. It is OK to apply these changes as it will only change the data-structure of these resources from an array to a hashmap. Note that, after you plan & apply these changes, you may (or may not) get a "Provider produced inconsistent result after apply" error. Just re-plan and re-apply and that would resolve the error.

About

Terraform module for Firestore (a.k.a. re-branded Datastore) in GCP

https://registry.terraform.io/modules/airasia/firestore/google

License:GNU General Public License v3.0


Languages

Language:HCL 100.0%