Name | pulumi-mongodbatlas JSON |
Version |
3.26.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing mongodbatlas cloud resources. |
upload_time | 2025-01-25 00:54:18 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
mongodbatlas
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Actions Status](https://github.com/pulumi/pulumi-mongodbatlas/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-mongodbatlas/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fmongodbatlas.svg)](https://www.npmjs.com/package/@pulumi/mongodbatlas)
[![Python version](https://badge.fury.io/py/pulumi-mongodbatlas.svg)](https://pypi.org/project/pulumi-mongodbatlas)
[![NuGet version](https://badge.fury.io/nu/pulumi.mongodbatlas.svg)](https://badge.fury.io/nu/pulumi.mongodbatlas)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-mongodbatlas/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-mongodbatlas/sdk/v2/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-mongodbatlas/blob/master/LICENSE)
# MongoDB Atlas provider
The MongoDB Atlas resource provider for Pulumi lets you interact with MongoDB Atlas in your infrastructure
programs. To use this package, please [install the Pulumi CLI first](https://pulumi.io/).
## Installing
This package is available in many languages in the standard packaging formats.
### Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
$ npm install @pulumi/mongodbatlas
or `yarn`:
$ yarn add @pulumi/mongodbatlas
### Python
To use from Python, install using `pip`:
$ pip install pulumi-mongodbatlas
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-mongodbatlas/sdk/v2
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Mongodbatlas
## Configuration
The following configuration points are available:
- `mongodbatlas:publicKey` - (Optional) This is the MongoDB Atlas API public_key. It must be provided, but it can also be
sourced from the `MONGODB_ATLAS_PUBLIC_KEY` environment variable.
- `mongodbatlas:privateKey` - (Optional) This is the MongoDB Atlas private_key. It must be provided, but it can also be
sourced from the `MONGODB_ATLAS_PRIVATE_KEY` environment variable.
## Reference
For further information, please visit [the MongoDB Atlas provider docs](https://www.pulumi.com/docs/intro/cloud-providers/mongodbatlas) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/mongodbatlas).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-mongodbatlas",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, mongodbatlas",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/72/80/3547459183738d302f5a77e2a57dd338a38ddfd247075af1faab50dec295/pulumi_mongodbatlas-3.26.0.tar.gz",
"platform": null,
"description": "[![Actions Status](https://github.com/pulumi/pulumi-mongodbatlas/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-mongodbatlas/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fmongodbatlas.svg)](https://www.npmjs.com/package/@pulumi/mongodbatlas)\n[![Python version](https://badge.fury.io/py/pulumi-mongodbatlas.svg)](https://pypi.org/project/pulumi-mongodbatlas)\n[![NuGet version](https://badge.fury.io/nu/pulumi.mongodbatlas.svg)](https://badge.fury.io/nu/pulumi.mongodbatlas)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-mongodbatlas/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-mongodbatlas/sdk/v2/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-mongodbatlas/blob/master/LICENSE)\n\n# MongoDB Atlas provider\n\nThe MongoDB Atlas resource provider for Pulumi lets you interact with MongoDB Atlas in your infrastructure \nprograms. To use this package, please [install the Pulumi CLI first](https://pulumi.io/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n $ npm install @pulumi/mongodbatlas\n\nor `yarn`:\n\n $ yarn add @pulumi/mongodbatlas\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi-mongodbatlas\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n $ go get github.com/pulumi/pulumi-mongodbatlas/sdk/v2\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Mongodbatlas\n\n## Configuration\n\nThe following configuration points are available:\n\n- `mongodbatlas:publicKey` - (Optional) This is the MongoDB Atlas API public_key. It must be provided, but it can also be\n sourced from the `MONGODB_ATLAS_PUBLIC_KEY` environment variable.\n- `mongodbatlas:privateKey` - (Optional) This is the MongoDB Atlas private_key. It must be provided, but it can also be\n sourced from the `MONGODB_ATLAS_PRIVATE_KEY` environment variable.\n\n## Reference\n\nFor further information, please visit [the MongoDB Atlas provider docs](https://www.pulumi.com/docs/intro/cloud-providers/mongodbatlas) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/mongodbatlas).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing mongodbatlas cloud resources.",
"version": "3.26.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-mongodbatlas"
},
"split_keywords": [
"pulumi",
" mongodbatlas"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b3d06c6564c8bc3ed83318b211195bd748f8e75545390b44524b6b547041b1aa",
"md5": "04ee5b0c7396fa5a34994fc857bfe906",
"sha256": "ce125f6e67d6c1576cd6f97464b0a69b6c162f5ba52f76bcbd6c67ed376080ad"
},
"downloads": -1,
"filename": "pulumi_mongodbatlas-3.26.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "04ee5b0c7396fa5a34994fc857bfe906",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 706804,
"upload_time": "2025-01-25T00:54:16",
"upload_time_iso_8601": "2025-01-25T00:54:16.313550Z",
"url": "https://files.pythonhosted.org/packages/b3/d0/6c6564c8bc3ed83318b211195bd748f8e75545390b44524b6b547041b1aa/pulumi_mongodbatlas-3.26.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "72803547459183738d302f5a77e2a57dd338a38ddfd247075af1faab50dec295",
"md5": "d31ad54363ce74771ae7e43761fec478",
"sha256": "8e30d891ef668bb738b3771b18e3cbaffaca96a32bcec24b7af81a3f62d66c0e"
},
"downloads": -1,
"filename": "pulumi_mongodbatlas-3.26.0.tar.gz",
"has_sig": false,
"md5_digest": "d31ad54363ce74771ae7e43761fec478",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 504308,
"upload_time": "2025-01-25T00:54:18",
"upload_time_iso_8601": "2025-01-25T00:54:18.372844Z",
"url": "https://files.pythonhosted.org/packages/72/80/3547459183738d302f5a77e2a57dd338a38ddfd247075af1faab50dec295/pulumi_mongodbatlas-3.26.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-25 00:54:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-mongodbatlas",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-mongodbatlas"
}