# Nutanix Resource Provider
The Nutanix Resource Provider lets you manage [Nutanix](https://nutanix.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:
| Option | Required/Optional | Description |
| ---------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `username` | Required | This is the username for the Prism Elements or Prism Central instance. This can also be specified with the `NUTANIX_USERNAME` environment variable. |
| `password` | Required | This is the password for the Prism Elements or Prism Central instance. This can also be specified with the `NUTANIX_PASSWORD` environment variable. |
| `endpoint` | Required | This is the endpoint for the Prism Elements or Prism Central instance. This can also be specified with the NUTANIX_ENDPOINT environment variable. |
| `insecure` | Optional | This specifies whether to allow verify ssl certificates. This can also be specified with `NUTANIX_INSECURE`. Defaults to `false`. |
| `port` | Optional | This is the port for the Prism Elements or Prism Central instance. This can also be specified with the `NUTANIX_PORT` environment variable. Defaults to `9440`. |
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/nutanix/api-docs/).
Raw data
{
"_id": null,
"home_page": "https://github.com/pierskarsenbarg/pulumi-nutanix",
"name": "pulumi-nutanix",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi nutanix category/cloud",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/2f/b3/8fa8c7c989384588b35eb1ac9d18b4d866b3b58cc1ce16ad8a6cb6fc4742/pulumi_nutanix-0.9.0.tar.gz",
"platform": null,
"description": "# Nutanix Resource Provider\n\nThe Nutanix Resource Provider lets you manage [Nutanix](https://nutanix.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| Option | Required/Optional | Description |\n| ---------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `username` | Required | This is the username for the Prism Elements or Prism Central instance. This can also be specified with the `NUTANIX_USERNAME` environment variable. |\n| `password` | Required | This is the password for the Prism Elements or Prism Central instance. This can also be specified with the `NUTANIX_PASSWORD` environment variable. |\n| `endpoint` | Required | This is the endpoint for the Prism Elements or Prism Central instance. This can also be specified with the NUTANIX_ENDPOINT environment variable. |\n| `insecure` | Optional | This specifies whether to allow verify ssl certificates. This can also be specified with `NUTANIX_INSECURE`. Defaults to `false`. |\n| `port` | Optional | This is the port for the Prism Elements or Prism Central instance. This can also be specified with the `NUTANIX_PORT` environment variable. Defaults to `9440`. |\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/nutanix/api-docs/).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing Nutanix cloud resources.",
"version": "0.9.0",
"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": null,
"digests": {
"blake2b_256": "2fb38fa8c7c989384588b35eb1ac9d18b4d866b3b58cc1ce16ad8a6cb6fc4742",
"md5": "ff10560289b2ddc757d8dcd8552bd9a4",
"sha256": "31bacc92d79b3fca763d1b99ab696250f2902f50050f7e4a8a1a2ca22b23ab52"
},
"downloads": -1,
"filename": "pulumi_nutanix-0.9.0.tar.gz",
"has_sig": false,
"md5_digest": "ff10560289b2ddc757d8dcd8552bd9a4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1321165,
"upload_time": "2025-07-21T11:32:45",
"upload_time_iso_8601": "2025-07-21T11:32:45.199688Z",
"url": "https://files.pythonhosted.org/packages/2f/b3/8fa8c7c989384588b35eb1ac9d18b4d866b3b58cc1ce16ad8a6cb6fc4742/pulumi_nutanix-0.9.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-21 11:32:45",
"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"
}