Hello, I created the database account using <https...
# general
n
Hello, I created the database account using https://www.pulumi.com/registry/packages/azure-native/api-docs/documentdb/databaseaccount/. Is it possible to insert documents/data into CosmosDb via pulumi? Thank you in advance!
b
if you use CosmosDB Postgres, you can use their respective provider: https://www.pulumi.com/registry/packages/postgresql/ However, you’ll need direct network connectivity to the database for it to work
n
Hi @billowy-army-68599, thank you for your reply. I am using Global document DB NoSQL API if that makes any difference.
b
i don’t believe there’s a provider for that, unfortunately
n
ok! Thank you