1. Packages
  2. Nutanix
  3. Installation & Configuration
Nutanix v0.1.0 published on Tuesday, Sep 24, 2024 by Piers Karsenbarg

Nutanix: Installation & Configuration

nutanix logo
Nutanix v0.1.0 published on Tuesday, Sep 24, 2024 by Piers Karsenbarg

    Installation

    The Pulumi Nutanix provider is available as a package from the following repositories:

    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.

    OptionRequired/OptionalDescription
    apiKeyRequiredThis is the user id that should be used to make the connection (environment: NUTANIX_API_KEY).
    regionRequiredThis 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.
    nutanix logo
    Nutanix v0.1.0 published on Tuesday, Sep 24, 2024 by Piers Karsenbarg