pulumi-nutanix


Namepulumi-nutanix JSON
Version 0.0.47 PyPI version JSON
download
home_pagehttps://github.com/pierskarsenbarg/pulumi-nutanix
SummaryA Pulumi package for creating and managing nutanix cloud resources.
upload_time2023-12-14 11:35:22
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi nutanix category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nutanix Resource Provider

The Nutanix Resource Provider lets you manage [Nutanix](http://example.com) resources.

## Installing

This package is available for several languages/platforms:

### Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```bash
npm install @pierskarsenbarg/pulumi-nutanix
```

or `yarn`:

```bash
yarn add @pierskarsenbarg/pulumi-nutanix
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_nutanix
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package PiersKarsenbarg.Nutanix
```

## Configuration

The following configuration points are available for the `nutanix` provider:

- `nutanix:apiKey` (environment: `NUTANIX_API_KEY`) - the API key for `nutanix`
- `nutanix:region` (environment: `NUTANIX_REGION`) - the region in which to deploy resources

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pierskarsenbarg/pulumi-nutanix",
    "name": "pulumi-nutanix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi nutanix category/cloud",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/33/51/bba6515b8d94c5c79168e396d2b479f1182ed252168cac9cb23819ea6d12/pulumi_nutanix-0.0.47.tar.gz",
    "platform": null,
    "description": "# Nutanix Resource Provider\n\nThe Nutanix Resource Provider lets you manage [Nutanix](http://example.com) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pierskarsenbarg/pulumi-nutanix\n```\n\nor `yarn`:\n\n```bash\nyarn add @pierskarsenbarg/pulumi-nutanix\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_nutanix\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package PiersKarsenbarg.Nutanix\n```\n\n## Configuration\n\nThe following configuration points are available for the `nutanix` provider:\n\n- `nutanix:apiKey` (environment: `NUTANIX_API_KEY`) - the API key for `nutanix`\n- `nutanix:region` (environment: `NUTANIX_REGION`) - the region in which to deploy resources\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/).",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing nutanix cloud resources.",
    "version": "0.0.47",
    "project_urls": {
        "Homepage": "https://github.com/pierskarsenbarg/pulumi-nutanix",
        "Repository": "https://github.com/pierskarsenbarg/pulumi-nutanix"
    },
    "split_keywords": [
        "pulumi",
        "nutanix",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3351bba6515b8d94c5c79168e396d2b479f1182ed252168cac9cb23819ea6d12",
                "md5": "1fd8addb66d93b532b06d9c0b08b86c0",
                "sha256": "d0536f8661dc4fdc734fcdd5a260621fafca22d7147acec27aa82f51b714c9ca"
            },
            "downloads": -1,
            "filename": "pulumi_nutanix-0.0.47.tar.gz",
            "has_sig": false,
            "md5_digest": "1fd8addb66d93b532b06d9c0b08b86c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 241287,
            "upload_time": "2023-12-14T11:35:22",
            "upload_time_iso_8601": "2023-12-14T11:35:22.808992Z",
            "url": "https://files.pythonhosted.org/packages/33/51/bba6515b8d94c5c79168e396d2b479f1182ed252168cac9cb23819ea6d12/pulumi_nutanix-0.0.47.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-14 11:35:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pierskarsenbarg",
    "github_project": "pulumi-nutanix",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-nutanix"
}
        
Elapsed time: 0.19693s