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.
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.