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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Description
Add the ability to read data from Firestore using a data source. Our use case is as follows :
We would like to implement this using firestore, but for now we only have the google_firestore_document resource which is great for writing data into Firestore. But we don't have an easy way to read from Firestore.
Community Note
Description
Add the ability to read data from Firestore using a data source. Our use case is as follows :
We would love to be able to share data between Terraform root modules so that one root modules can consume the outputs of another. This process is described in the Terraform official documentation by using resource and data source pairs : https://developer.hashicorp.com/terraform/language/state/remote-state-data#alternative-ways-to-share-data-between-configurations
We would like to implement this using firestore, but for now we only have the
google_firestore_document
resource which is great for writing data into Firestore. But we don't have an easy way to read from Firestore.New or Affected Resource(s)
Potential Terraform Configuration
I guess it should return the same attributes as the
google_firestore_document
resource but thefields
should be an attribute instead of an argument.References
https://developer.hashicorp.com/terraform/language/state/remote-state-data#alternative-ways-to-share-data-between-configurations
b/391379797
The text was updated successfully, but these errors were encountered: