DocDB Data Sources - Do They Exist?

Hi,

I’m currently creating a module for docdb, however I’ve noticed in the documentation that there isn’t any data sources for it.

I had a browse through the GitHub repository for the aws provider too and couldn’t find anything related to it.

Is this something that hasn’t been created yet? And if so, how else would I be able to retrieve snapshot ids for docdb?

Currently I do something like this for RDS Aurora and would like to replicate this for docdb:

snapshot_identifier = var.enable_restore == "false" ? "" : data.aws_db_cluster_snapshot.latest_cluster_snapshot[0].id