|
1 | 1 | ---
|
2 |
| -# WARNING: this file was fetched from https://raw.githubusercontent.com/pierskarsenbarg/pulumi-nutanix/v0.7.1/docs/installation-configuration.md |
| 2 | +# WARNING: this file was fetched from https://raw.githubusercontent.com/pierskarsenbarg/pulumi-nutanix/v0.7.2/docs/installation-configuration.md |
3 | 3 | # Do not edit by hand unless you're certain you know what you are doing!
|
4 | 4 | title: Nutanix Installation & Configuration
|
5 | 5 | meta_desc: Information on how to install the Nutanix provider.
|
@@ -27,16 +27,19 @@ Replace the version string with your desired version.
|
27 | 27 |
|
28 | 28 | ## Setup
|
29 | 29 |
|
30 |
| -To provision resources with the Pulumi Nutanix provider, you need to provide the `apiKey` and `region`. |
| 30 | +To provision resources with the Pulumi Nutanix provider, you need to authenticate using the configuration options as specified below. |
31 | 31 |
|
32 | 32 | ## Configuration Options
|
33 | 33 |
|
34 | 34 | Use `pulumi config set nutanix:<option> --secret`.
|
35 | 35 |
|
36 |
| -| Option | Required/Optional | Description | |
37 |
| -| -------- | ----------------- | ------------------------------------------------------------------------------------------------ | |
38 |
| -| `apiKey` | Required | This is the user id that should be used to make the connection (environment: `NUTANIX_API_KEY`). | |
39 |
| -| `region` | Required | This is the password that should be used to make the connection (environment: `NUTANIX_REGION`). | |
| 36 | +| Option | Required/Optional | Description | |
| 37 | +| ---------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 38 | +| `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. | |
| 39 | +| `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. | |
| 40 | +| `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. | |
| 41 | +| `insecure` | Optional | This specifies whether to allow verify ssl certificates. This can also be specified with `NUTANIX_INSECURE`. Defaults to `false`. | |
| 42 | +| `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`. | |
40 | 43 |
|
41 | 44 | {{% notes type="warning" %}}
|
42 | 45 | 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](https://www.pulumi.com/docs/intro/concepts/secrets/#secrets) section in the Pulumi docs.
|
|
0 commit comments