rockset / terraform-provider-rockset

Apache License 2.0
2 stars 3 forks source link

handle write api adding a new source to existing collection #107

Closed pmenglund closed 7 months ago

pmenglund commented 7 months ago

If we have a S3 or GCS collection, and you write a new document to it using the write API, it'll add a new source to the collection for the write api, which we didn't handle.

This addresses that case, and hides the collection from terraform until we refactor the code to use the plugin framework and add support for sources.