Provisions and makes available MongoDB Atlas databases.
In your netlify config file add:
plugins:
- netlify-plugin-mongodb-atlas
Configure the plugin:
plugins:
- netlify-plugin-mongodb-atlas
publicKey: <MongoDB Atlas Public API Key>
privateKey: <MongoDB Atlas Private API Key>
project: <Name of the project where this database will reside>
cluster: <Name of the cluster that is going to be created>
dbUsername: <Database username>
dbUserPassword: <Database password>