pulumi-mongodbatlas


Namepulumi-mongodbatlas JSON
Version 3.22.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing mongodbatlas cloud resources.
upload_time2024-12-18 19:46:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-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/70/53/b1e66402a2ca2a1ee8619fef81a8e9b8c429dbf4b197c6bb81e3c7d5883a/pulumi_mongodbatlas-3.22.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.22.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-mongodbatlas"
    },
    "split_keywords": [
        "pulumi",
        " mongodbatlas"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "065c87b6927a3c5a612f48725045870553a3b667c9852f2e6327af31e5e4534d",
                "md5": "73c3459fa350dc9090fc7b3fc5041d33",
                "sha256": "0e1f69ec9afe3f7aed9781e68a890a2b3caa410f75c89c299c12087287d7f309"
            },
            "downloads": -1,
            "filename": "pulumi_mongodbatlas-3.22.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73c3459fa350dc9090fc7b3fc5041d33",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 694906,
            "upload_time": "2024-12-18T19:46:16",
            "upload_time_iso_8601": "2024-12-18T19:46:16.617645Z",
            "url": "https://files.pythonhosted.org/packages/06/5c/87b6927a3c5a612f48725045870553a3b667c9852f2e6327af31e5e4534d/pulumi_mongodbatlas-3.22.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7053b1e66402a2ca2a1ee8619fef81a8e9b8c429dbf4b197c6bb81e3c7d5883a",
                "md5": "059db836a2cf7634bc73932f1e3994b7",
                "sha256": "ffc1428cd080f95cc6617cfaf66f2451799f3b0c630579d9e0e728bc2834be65"
            },
            "downloads": -1,
            "filename": "pulumi_mongodbatlas-3.22.0.tar.gz",
            "has_sig": false,
            "md5_digest": "059db836a2cf7634bc73932f1e3994b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 496443,
            "upload_time": "2024-12-18T19:46:19",
            "upload_time_iso_8601": "2024-12-18T19:46:19.544523Z",
            "url": "https://files.pythonhosted.org/packages/70/53/b1e66402a2ca2a1ee8619fef81a8e9b8c429dbf4b197c6bb81e3c7d5883a/pulumi_mongodbatlas-3.22.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 19:46:19",
    "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"
}
        
Elapsed time: 0.43064s