Nutanix v0.7.1 published on Monday, Jan 6, 2025 by Piers Karsenbarg
Nutanix: Installation & Configuration
Installation
The Pulumi Nutanix provider is available as a package from the following repositories:
- JavaScript/TypeScript:
@pierskarsenbarg/nutanix - Python:
pierskarsenbarg-pulumi-nutanix - Go:
github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix - .NET:
PiersKarsenbarg.Nutanix
Provider Binary
The Nutanix provider binary is a third party binary. It can be installed using the pulumi plugin command.
pulumi plugin install resource nutanix <version> --server github://api.github.com/pierskarsenbarg
Replace the version string with your desired version.
Setup
To provision resources with the Pulumi Nutanix provider, you need to provide the apiKey and region.
Configuration Options
Use pulumi config set nutanix:<option> --secret.
| Option | Required/Optional | Description |
|---|---|---|
apiKey | Required | This is the user id that should be used to make the connection (environment: NUTANIX_API_KEY). |
region | Required | This is the password that should be used to make the connection (environment: NUTANIX_REGION). |
You should use the
--secret flag to encrypt the config values using your secret provider. For more information on this, view the Pulumi Configuration Secrets section in the Pulumi docs.